![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/config/aimsalgo_config.h>
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) |