aimsalgo  5.0.5
Neuroimaging image processing
multilinfit.h File Reference
Include dependency graph for multilinfit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AimsData< T >
 

Functions

Multilinear least square data fit

The model of the fit is : \ \yi = a0 + [b0 b1 ......

bM-1].[xi(0) xi(1) ...... xi(M-1)]\ \Given an X matrix containing x vector samples on lines, and given the Y vector containing the result of the model for each sample, the function returns the vector of coefficients [b0 b1 ....... bM-1].

AimsData< float > AimsMultilinearLeastSquareFit (const AimsData< float > &X, const AimsData< float > &Y)
 

Function Documentation

◆ AimsMultilinearLeastSquareFit()

AimsData<float> AimsMultilinearLeastSquareFit ( const AimsData< float > &  X,
const AimsData< float > &  Y 
)