IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Namespaces | |
package | Distributions |
Classes | |
class | AnovaRow |
A row in an ANOVA table. More... | |
class | AnovaTestRow |
A row in an ANOVA table for which an F-test is available. More... | |
class | BinaryContingencyTable |
Represents a 2 X 2 contingency table. More... | |
class | BivariateSample |
Represents a set of data points, where each data point is described by a pair of real numbers. More... | |
class | ContingencyTable |
Represents a contingency table. More... | |
class | FitMetric< T > |
class | FitResult |
Represents the result of a fit procedure. More... | |
class | Histogram |
A histogram. More... | |
struct | HistogramBin |
One bin of a histogram. More... | |
class | InsufficientDataException |
The exception that is thrown when an operation is attempted with less than the minimum required data. More... | |
class | MultivariateSample |
Represents a multivariate sample. More... | |
class | OneWayAnovaResult |
The result of a one-way ANOVA test. More... | |
class | PrincipalComponent |
Represents a component of a principal component analysis. More... | |
class | PrincipalComponentAnalysis |
Represents a principal component analysis. More... | |
class | Sample |
Represents a set of data points, where each data point consists of a single real number. More... | |
class | SampleStorage |
class | SampleSummary |
class | TestResult |
Represents the result of a statistical test. More... | |
class | UncertainMeasurement< T > |
Represents an experimental data point that is a function of an arbitrary variable. More... | |
class | UncertainMeasurementSample |
Represents a set of UncertainMeasurement{Double} measurements. More... | |
class | UncertainMeasurementSample< T > |
Represents a set of measurements. More... | |