Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcTDistFunction Class
Members


In This Topic
    CalcTDistFunction Class
    In This Topic
    Returns the Percentage Points (probability) for the Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed.
    Object Model
    CalcTDistFunction Class
    Syntax
    'Declaration
     
    Public Class CalcTDistFunction 
       Inherits CalcBuiltinFunction
    'Usage
     
    Dim instance As CalcTDistFunction
    public class CalcTDistFunction : CalcBuiltinFunction 
    Remarks
    The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.Functions.CalcFunction
          GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
             GrapeCity.CalcEngine.Functions.CalcTDistFunction

    See Also