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


In This Topic
    CalcTTestFunction Class
    In This Topic
    Returns the probability associated with a Student's t-Test.
    Object Model
    CalcTTestFunction Class
    Syntax
    'Declaration
     
    Public Class CalcTTestFunction 
       Inherits CalcBuiltinFunction
    'Usage
     
    Dim instance As CalcTTestFunction
    public class CalcTTestFunction : CalcBuiltinFunction 
    Remarks
    Use TTEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean.
    Inheritance Hierarchy

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

    See Also