class MoreMath::TDistribution

def initialize(df)

Returns a TDistribution instance for the degrees of freedom +df+.
def initialize(df)
  @df = df
end