Dundas Chart for ASP.NET
Statistics Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : Statistics Class


Enterprise Edition Only Feature. This class is used for statistical formulas.
Statistics class provides helper methods for statisctical calculations. Actual calculations are made in the FormulaData class and the Statistics class provide a simplified API which automatically prepares parameters and deals with input and output series.

Syntax

Visual Basic (Declaration)  
Public Class Statistics 
Visual Basic (Usage) Copy Code
Dim instance As Statistics
C#  
public class Statistics 

Remarks

This class is used for all statistical formulas that are supported by the Chart control, and is only available as an Enterprise Edition feature.

Formulas can be loosely grouped into the following categories: Distributions (including inverse), tests and basic statistical formulas. Each group has common characteristics when it comes to their input, and what they return.

Note that various statistical test functions (e.g. Z Test, F Test, T Test and ANOVA) return the results of the test using special classes that are specific to the type of test being performed. For example, The F Test uses the FTestResult class for its results. None of these are documented as full classes, rather they are described in their relevant topic within this Statistics class section.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.Statistics

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.