Packages

o

scalation.random

QuantileTest_Exponential

object QuantileTest_Exponential extends App with QuantileTest

The QuantileTest_Exponential object is used to test the 'exponentialInv' method in the Quantile object. > runMain scalation.random.QuantileTest_Exponential

Linear Supertypes
QuantileTest, App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuantileTest_Exponential
  2. QuantileTest
  3. App
  4. DelayedInit
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val executionStart: Long
    Definition Classes
    App
  2. final def main(args: Array[String]): Unit
    Definition Classes
    App
  3. 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

    Definition Classes
    QuantileTest
  4. 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

    Definition Classes
    QuantileTest

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear