Class FitScoreCalculator
Calculates a percentage score of maximum 100% that indicates the match between measurement and simulation for a plant that
may consist of several unit models and several siginals to be matched, and may include closed-loops.
Inheritance
FitScoreCalculator
Assembly: TimeSeriesAnalysis.dll
Syntax
public class FitScoreCalculator
Methods
|
Edit this page
View Source
Calc(double[], double[])
Calculate a "fit score" between two signals.
Declaration
public static double Calc(double[] meas, double[] sim)
Parameters
Returns
Type |
Description |
double |
a fit score that is maximum 100 percent, but can also go negative if fit is poor
|
|
Edit this page
View Source
GetPlantWideSimulated(PlantSimulator, TimeSeriesDataSet, TimeSeriesDataSet)
Determines a score for how well a simulation fits with inputData. This can
be compared over time to see any signs of degredation of the plant over time
Declaration
public static double GetPlantWideSimulated(PlantSimulator plantSimObj, TimeSeriesDataSet inputData, TimeSeriesDataSet simData)
Parameters
Returns
|
Edit this page
View Source
GetPlantWideStored(PlantSimulator)
Get the average stored fit-scores in the "paramters.Fitting" object,
indicating how well the plant on average described/aligned with the dataset when it was fitted.
Declaration
public static double GetPlantWideStored(PlantSimulator plantSimObj)
Parameters
Returns