test_approx_test
    
    
    
      test_approx_test,
      an Octave code which
      calls test_approx(), which
      returns sets of test data for approximation algorithms.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      test_approx,
      an Octave code which
      defines test problems for approximation,
      provided as a set of (x,y) data.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          test_approx_test01.m,
          shows how P00_TITLE can be called.
        
 
        - 
          test_approx_test02.m,
          shows how P00_STORY can be called.
        
 
        - 
          test_approx_test03.m,
          uses polynomial interpolation on data vector problems.
        
 
        - 
          test_approx_test04.m,
          uses linear spline interpolation on all problems.
        
 
        - 
          test_approx_test05.m,
          uses Overhauser spline interpolation on all problems.
        
 
        - 
          test_approx_test06.m,
          uses cubic spline interpolation on all problems.
        
 
        - 
          test_approx_test07.m,
          plots an Overhauser spline interpolant for problem 7.
        
 
        - 
          test_approx_test08.m,
          plots a cubic spline interpolant for problem 7.
        
 
        - 
          test_approx_test09.m,
          uses B spline approximation on all problems.
        
 
        - 
          test_approx_test10.m,
          plots a B spline approximant for problem 7.
        
 
        - 
          test_approx_test11.m,
          plots a beta spline approximant for problem 7.
        
 
        - 
          test_approx_test12.m,
          plots a Bernstein spline approximant for problem 7.
        
 
        - 
          test_approx_test13.m,
          plots a cubic spline interpolant for problem 5.
        
 
      
    
    
      TEST07 creates data files for an Overhauser spline interpolant
      to data set 7.
      
    
    
      TEST08 creates data files for a cubic spline interpolant
      to data set 7.
      
    
    
      TEST10 creates data files for a B-spline approximant
      to data set 7.
      
    
    
      TEST11 creates data files for a beta spline approximant to
      data set 7:
      
    
    
      TEST12 creates data files for a Bernstein approximant
      to data set 5.
      
    
    
      TEST13 creates data files for a cubic spline interpolant
      to data set 5.
      
    
    
    
      Last revised on 06 June 2023.