rbf_interp_1d_test
    
    
    
      rbf_interp_1d_test,
      an Octave code which
      calls rbf_interp_1d(), which
      defines and evaluates radial basis function (RBF) interpolants to 1D data.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      rbf_interp_1d,
      an Octave code which
      defines and evaluates radial basis function (RBF) interpolants 
      to 1D data.
    
    
      Source Code:
    
    
      
    
    
      
    
    
      
    
    
      The test program makes a number of plots.
      
        - 
          p01_data.png,
          the data for problem p01 with a linear interpolant.
        
 
        - 
          p01_phi1_poly.png,
          the data for problem p01 with a PHI1 RBF interpolant.
        
 
        - 
          p01_phi2_poly.png,
          the data for problem p01 with a PHI2 RBF interpolant.
        
 
        - 
          p01_phi3_poly.png,
          the data for problem p01 with a PHI3 RBF interpolant.
        
 
        - 
          p01_phi4_poly.png,
          the data for problem p01 with a PHI4 RBF interpolant.
        
 
        - 
          p02_data.png,
          the data for problem p02 with a linear interpolant.
        
 
        - 
          p02_phi1_poly.png,
          the data for problem p02 with a PHI1 RBF interpolant.
        
 
        - 
          p02_phi2_poly.png,
          the data for problem p02 with a PHI2 RBF interpolant.
        
 
        - 
          p02_phi3_poly.png,
          the data for problem p02 with a PHI3 RBF interpolant.
        
 
        - 
          p02_phi4_poly.png,
          the data for problem p02 with a PHI4 RBF interpolant.
        
 
        - 
          p03_data.png,
          the data for problem p03 with a linear interpolant.
        
 
        - 
          p03_phi1_poly.png,
          the data for problem p03 with a PHI1 RBF interpolant.
        
 
        - 
          p03_phi2_poly.png,
          the data for problem p03 with a PHI2 RBF interpolant.
        
 
        - 
          p03_phi3_poly.png,
          the data for problem p03 with a PHI3 RBF interpolant.
        
 
        - 
          p03_phi4_poly.png,
          the data for problem p03 with a PHI4 RBF interpolant.
        
 
        - 
          p04_data.png,
          the data for problem p04 with a linear interpolant.
        
 
        - 
          p04_phi1_poly.png,
          the data for problem p04 with a PHI1 RBF interpolant.
        
 
        - 
          p04_phi2_poly.png,
          the data for problem p04 with a PHI2 RBF interpolant.
        
 
        - 
          p04_phi3_poly.png,
          the data for problem p04 with a PHI3 RBF interpolant.
        
 
        - 
          p04_phi4_poly.png,
          the data for problem p04 with a PHI4 RBF interpolant.
        
 
        - 
          p05_data.png,
          the data for problem p05 with a linear interpolant.
        
 
        - 
          p05_phi1_poly.png,
          the data for problem p05 with a PHI1 RBF interpolant.
        
 
        - 
          p05_phi2_poly.png,
          the data for problem p05 with a PHI2 RBF interpolant.
        
 
        - 
          p05_phi3_poly.png,
          the data for problem p05 with a PHI3 RBF interpolant.
        
 
        - 
          p05_phi4_poly.png,
          the data for problem p05 with a PHI4 RBF interpolant.
        
 
        - 
          p06_data.png,
          the data for problem p06 with a linear interpolant.
        
 
        - 
          p06_phi1_poly.png,
          the data for problem p06 with a PHI1 RBF interpolant.
        
 
        - 
          p06_phi2_poly.png,
          the data for problem p06 with a PHI2 RBF interpolant.
        
 
        - 
          p06_phi3_poly.png,
          the data for problem p06 with a PHI3 RBF interpolant.
        
 
        - 
          p06_phi4_poly.png,
          the data for problem p06 with a PHI4 RBF interpolant.
        
 
        - 
          p07_data.png,
          the data for problem p07 with a linear interpolant.
        
 
        - 
          p07_phi1_poly.png,
          the data for problem p07 with a PHI1 RBF interpolant.
        
 
        - 
          p07_phi2_poly.png,
          the data for problem p07 with a PHI2 RBF interpolant.
        
 
        - 
          p07_phi3_poly.png,
          the data for problem p07 with a PHI3 RBF interpolant.
        
 
        - 
          p07_phi4_poly.png,
          the data for problem p07 with a PHI4 RBF interpolant.
        
 
        - 
          p08_data.png,
          the data for problem p08 with a linear interpolant.
        
 
        - 
          p08_phi1_poly.png,
          the data for problem p08 with a PHI1 RBF interpolant.
        
 
        - 
          p08_phi2_poly.png,
          the data for problem p08 with a PHI2 RBF interpolant.
        
 
        - 
          p08_phi3_poly.png,
          the data for problem p08 with a PHI3 RBF interpolant.
        
 
        - 
          p08_phi4_poly.png,
          the data for problem p08 with a PHI4 RBF interpolant.
        
 
      
    
    
    
      Last modified on 15 June 2023.