Classes

  Class Description
Public class AnovaException Thrown when an ANOVA model is unbalanced or invalid data is supplied to the model.
Public class 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.
Public class ColumnList Data sheet column list. Provides properties and methods for working with data sheet columns.
Public class ConvergenceException Thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
Public class 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.
Public class DistributionException Thrown when an error occurs evaluating a distribution.
Public class DoubleColumn Data sheet double column. Double columns hold real numbers.
Public class FilterException Thrown when a filter error occurs.
Public class FunctionException Thrown when a function error occurs.
Public class HypothesisException Thrown when a hypothesis error occurs.
Public class LicenseException Thrown when a license error occurs.
Public class 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.
Public class MatrixException Thrown when a matrix error occurs.
Public class ObjectColumn Data sheet object column. Object columns hold non-numeric data, e.g. strings, dates, etc.
Public class RandomException Thrown when a random number generator error occurs.
Public class RowList Data sheet row list. Provides properties and methods for working with data sheet rows.
Public class SheetException Thrown when a sheet error occurs.
Public class SheetIOException Thrown when a sheet IO error occurs.
Public class SolverException Thrown when an error occurs finding a root.
Public class 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.
Public class StatsConfiguration Statistics configuration class. Holds global settings for the Statsar library.
Public class StatsExceptionBase Abstract base class for statistics exceptions. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class VectorException Thrown when a vector error occurs.

Enumerations

  Enumeration Description
Public enumeration 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.
Public enumeration Estimator Estimator enumeration. Used to indicate whether a sample is unbiased or biased.
Public enumeration FileFormat File format enumeration. Used to indicate the file format when reading or writing a data sheet.
Public enumeration HypothesisType Hypothesis type enumeration. Used to specify a hypothesis type as left, right or two-sided.
Public enumeration LeveneTestLocationMeasure Levene test location measure enumeration.
Public enumeration QuantileType Quantile type enumeration. Used to specify how quantiles are calculated. This enumeration applies to the calculation of deciles, percentiles and quartiles.
Public enumeration SortOrder Sort order enumeration. Used to specify a sort order as ascending or descending.