Packages

t

scalation.random

QuantileTest

trait QuantileTest extends AnyRef

The QuantileTest trait provides methods for testing the Quantile object.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuantileTest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def test(icdf: String): Unit

    Test the given iCDF with name 'icdf'

    Test the given iCDF with name 'icdf'

    icdf

    the name of the inverse CDF to test

  2. def test_df(fi: Distribution, name: String, pr: Parameters = null): Unit

    Test the given iCDF 'fi' over a range of 'p' values for the given parameters e.g., degrees of freedom 'df'.

    Test the given iCDF 'fi' over a range of 'p' values for the given parameters e.g., degrees of freedom 'df'.

    fi

    the iCDF 'Finv(.)'

    name

    the name of iCDF 'Finv(.)'

    pr

    the parameters for the distribution, e.g., degrees of freedom