Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISummaryStatistics interface returns statistics characteristics.
ISummaryStatistics
Summary statistics are calculated using general formulas.
Property name | Brief description | |
The AdjR2 property returns adjusted determination coefficient. | ||
The AdjR2_2 property returns adjusted determination coefficient (uncentered). | ||
The AIC property returns the Akaike information criterion. | ||
The AvgLogL property returns mean of log-likelihood function. | ||
The DW property returns Durbin-Watson statistics. | ||
The DWLowerBound property returns the probability value for the lower bound of the Durbin-Watson statistics range. | ||
The DWUpperBound property returns the probability value for the upper bound of the Durbin-Watson statistics range. | ||
The Fstat property returns the Fisher statistics. | ||
The Fstat_2 property returns the Fisher statistics based on uncentered determination coefficient. | ||
The HQcriterion property returns HQ criterion. | ||
The IncludedObservations property returns the number of observations actually used to build the model. | ||
The JBStat property returns value of the Jarque-Bera statistics. | ||
The Jstat property returns value of J-statistics. | ||
The LogL property returns log-likelihood function. | ||
The LRprobability property returns probability value for LR statistics. | ||
The LRstatistic property returns LR statistic. | ||
The MAE property returns mean absolute error. | ||
The MaxAE property returns maximum absolute error. | ||
The McFaddenRsquared property returns McFadden determination coefficient. | ||
The MD property returns the mean of a dependent variable. | ||
The ME property returns mean error. | ||
The MSE property returns mean squared error. | ||
The NumOfIter property returns the number of iterations within which the decision was found. | ||
The ProbFstat property returns Fisher statistics probability. | ||
The ProbFstat_2 property returns Fisher statistics probability based on uncentered determination coefficient. | ||
The ProbJBstat property returns the Jarque-Bera statistics probability. | ||
The ProbJstat property returns value of J-statistics probability. | ||
The R2 property returns determination coefficient. | ||
The property R2_2 returns determination coefficient (uncentered). | ||
The RestrLogL property returns restricted log-likelihood function. | ||
The SC property returns the Schwarz information criterion. | ||
The SD property returns the standard deviation of a dependent variable. | ||
The SE property returns the standard error. | ||
The SEE property returns standard deviation of residuals. | ||
The SqMSE property returns the root mean squared error. | ||
The SSR property returns the sum of squared residuals of source data deviations from model data. | ||
The VE property returns error variance. |
See also: