Classes
| Class | Description | |
|---|---|---|
|
AnovaException | Thrown when an ANOVA model is unbalanced or invalid data is supplied to the model. |
|
ColumnBase | Abstract base class for data sheet columns. The two typed columns (DoubleColumn and ObjectColumn) both derive from ColumnBase, which provides common column properties and methods. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
|
ColumnList | Data sheet column list. Provides properties and methods for working with data sheet columns. |
|
ConvergenceException | Thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
DataSheet | The Statsar statistics library is designed to import and export data using data sheets. Within Statsar data is organized into tables consisting of rows, columns and column headers. |
|
DistributionException | Thrown when an error occurs evaluating a distribution. |
|
DoubleColumn | Data sheet double column. Double columns hold real numbers. |
|
FilterException | Thrown when a filter error occurs. |
|
FunctionException | Thrown when a function error occurs. |
|
HypothesisException | Thrown when a hypothesis error occurs. |
|
LicenseException | Thrown when a license error occurs. |
|
LicenseManager | Used to load a license key and manage licensing throughout the library. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated. |
|
MatrixException | Thrown when a matrix error occurs. |
|
ObjectColumn | Data sheet object column. Object columns hold non-numeric data, e.g. strings, dates, etc. |
|
RandomException | Thrown when a random number generator error occurs. |
|
RowList | Data sheet row list. Provides properties and methods for working with data sheet rows. |
|
SheetException | Thrown when a sheet error occurs. |
|
SheetIOException | Thrown when a sheet IO error occurs. |
|
SolverException | Thrown when an error occurs finding a root. |
|
StatsCalculator | Statistics calculator. This is the most important class in the library, it is used to load and save data as well as perform descriptive statistics. |
|
StatsConfiguration | Statistics configuration class. Holds global settings for the Statsar library. |
|
StatsExceptionBase | Abstract base class for statistics exceptions. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
|
VectorException | Thrown when a vector error occurs. |
Enumerations
| Enumeration | Description | |
|---|---|---|
|
ErrorCode | Error codes are HRESULTs (unsigned 32-bit values) in the user-defined range 0x80040200 to 0x8004FFFF. These are a superset of standard windows error codes. |
|
Estimator | Estimator enumeration. Used to indicate whether a sample is unbiased or biased. |
|
FileFormat | File format enumeration. Used to indicate the file format when reading or writing a data sheet. |
|
HypothesisType | Hypothesis type enumeration. Used to specify a hypothesis type as left, right or two-sided. |
|
LeveneTestLocationMeasure | Levene test location measure enumeration. |
|
QuantileType | Quantile type enumeration. Used to specify how quantiles are calculated. This enumeration applies to the calculation of deciles, percentiles and quartiles. |
|
SortOrder | Sort order enumeration. Used to specify a sort order as ascending or descending. |