Complete Orthogonal Decomposition Curve Fitting.  
 More...
 | 
|   | COD ()=delete | 
|   | Constructor.  
  | 
 | 
| template<typename DerivedX, typename DerivedY>  | 
| static Eigen::VectorX< Scalar >  | calcCoefficients (const Eigen::MatrixBase< DerivedX > &x, const Eigen::MatrixBase< DerivedY > &y, size_t polynomialDegree=2) | 
|   | Calculates the polynomial coefficients in order a0 + a1 * x + a2 * x^2 + ...  
  | 
template<typename Scalar>
class NAV::COD< Scalar >
Complete Orthogonal Decomposition Curve Fitting. 
- Template Parameters
 - 
  
  
 
Definition at line 29 of file COD.hpp.
 
◆ COD()
template<typename Scalar> 
 
 
◆ calcCoefficients()
template<typename Scalar> 
template<typename DerivedX, typename DerivedY> 
  
  
      
        
          | Eigen::VectorX< Scalar > NAV::COD< Scalar >::calcCoefficients  | 
          ( | 
          const Eigen::MatrixBase< DerivedX > & |           x,  | 
         
        
           | 
           | 
          const Eigen::MatrixBase< DerivedY > & |           y,  | 
         
        
           | 
           | 
          size_t |           polynomialDegree = 2 ) | 
         
       
   | 
  
inlinestaticnodiscard   | 
  
 
Calculates the polynomial coefficients in order a0 + a1 * x + a2 * x^2 + ... 
- Parameters
 - 
  
    | [in] | x | X data to fit  | 
    | [in] | y | Y data to fit  | 
    | [in] | polynomialDegree | Polynomial degree to fit  | 
  
   
Definition at line 40 of file COD.hpp.
 
 
The documentation for this class was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/Navigation/Math/internal/PolynomialRegressor/COD.hpp