CurveFitterLibraries
Classes and methods for fitting growth curves
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
GrowthCurveLibrary.GrowthDataPoint Class Reference
Inheritance diagram for GrowthCurveLibrary.GrowthDataPoint:

Public Member Functions

 GrowthDataPoint (DateTime time, double OD)
 
override string ToString ()
 
void OnPropertyChange (PropertyChangedEventArgs e)
 

Public Attributes

bool UsedInFit
 

Properties

DateTime time [get, set]
 The actual time of the measurement More...
 
double time_as_double [get, set]
 The time in hours since the start of the experiment More...
 
double ODValue [get, set]
 
double LogODValue [get]
 
bool OutlierFlag [get, set]
 
bool UIUsedInFit [get, set]
 

Events

PropertyChangedEventHandler PropertyChanged
 

Constructor & Destructor Documentation

GrowthCurveLibrary.GrowthDataPoint.GrowthDataPoint ( DateTime  time,
double  OD 
)

Member Function Documentation

void GrowthCurveLibrary.GrowthDataPoint.OnPropertyChange ( PropertyChangedEventArgs  e)
override string GrowthCurveLibrary.GrowthDataPoint.ToString ( )

Member Data Documentation

bool GrowthCurveLibrary.GrowthDataPoint.UsedInFit

Property Documentation

double GrowthCurveLibrary.GrowthDataPoint.LogODValue
get
double GrowthCurveLibrary.GrowthDataPoint.ODValue
getset
bool GrowthCurveLibrary.GrowthDataPoint.OutlierFlag
getset
DateTime GrowthCurveLibrary.GrowthDataPoint.time
getset

The actual time of the measurement

double GrowthCurveLibrary.GrowthDataPoint.time_as_double
getset

The time in hours since the start of the experiment

bool GrowthCurveLibrary.GrowthDataPoint.UIUsedInFit
getset

Event Documentation

PropertyChangedEventHandler GrowthCurveLibrary.GrowthDataPoint.PropertyChanged

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