CurveFitterLibraries
Classes and methods for fitting growth curves
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
GrowthCurveLibrary.IAbstractFitter Interface Reference

A generic interface, in the hopes of eventually cleaning the thing up with a more OO programming method More...

Inheritance diagram for GrowthCurveLibrary.IAbstractFitter:
GrowthCurveLibrary.AbstractFitter GrowthCurveLibrary.GroupFitter GrowthCurveLibrary.LogisticModel GrowthCurveLibrary.LinearFit GrowthCurveLibrary.LogisticModel GrowthCurveLibrary.NonLinearFitterWithGradientAndHessian GrowthCurveLibrary.OffSetExponentialFit GrowthCurveLibrary.QuadraticLinearRegression GrowthCurveLibrary.ExponentialFit

Public Member Functions

double calculateAbsError ()
 
double calculateResidualSumofSquares ()
 

Properties

bool FitByDefault [get]
 Should this be fit by default? Not fitting can save automatic loadings More...
 
bool SuccessfulFit [get]
 Was the fit successful? Converged, etc. More...
 
double AbsError [get]
 
double[] Parameters [get]
 
double[] PredictedValues [get]
 
double R2 [get]
 
double[] Residuals [get]
 
double RMSE [get]
 
double[] X [get]
 
double[] Y [get]
 
string Comment [get]
 

Detailed Description

A generic interface, in the hopes of eventually cleaning the thing up with a more OO programming method

Member Function Documentation

double GrowthCurveLibrary.IAbstractFitter.calculateAbsError ( )
double GrowthCurveLibrary.IAbstractFitter.calculateResidualSumofSquares ( )

Property Documentation

double GrowthCurveLibrary.IAbstractFitter.AbsError
get
string GrowthCurveLibrary.IAbstractFitter.Comment
get
bool GrowthCurveLibrary.IAbstractFitter.FitByDefault
get

Should this be fit by default? Not fitting can save automatic loadings

double [] GrowthCurveLibrary.IAbstractFitter.Parameters
get
double [] GrowthCurveLibrary.IAbstractFitter.PredictedValues
get
double GrowthCurveLibrary.IAbstractFitter.R2
get
double [] GrowthCurveLibrary.IAbstractFitter.Residuals
get
double GrowthCurveLibrary.IAbstractFitter.RMSE
get
bool GrowthCurveLibrary.IAbstractFitter.SuccessfulFit
get

Was the fit successful? Converged, etc.

double [] GrowthCurveLibrary.IAbstractFitter.X
get
double [] GrowthCurveLibrary.IAbstractFitter.Y
get

The documentation for this interface was generated from the following file: