Package

lobos

Permalink

package lobos

Visibility
  1. Public
  2. All

Type Members

  1. case class DimensionParams(d: Int, a: Long, m: Seq[Long]) extends Product with Serializable

    Permalink

    Precomputed primitive polynomial coefficients and initial direction values for a given dimension.

    Precomputed primitive polynomial coefficients and initial direction values for a given dimension.

    d

    The one-based index of the dimension to be computed by these parameters

    a

    The base-two coefficients of the primitive polynomial

    m

    The initial direction values

  2. class JvmParams extends SobolParams

    Permalink

    Loads the 'SobolParams' from resource

  3. class Sobol extends Iterator[IndexedSeq[Double]]

    Permalink

    A low-discrepency Sobol sequence generator.

  4. trait SobolParams extends AnyRef

    Permalink

    Provides unique 'DimensionParams' instances for each dimension

Value Members

  1. object Sobol

    Permalink

    Static stuff

  2. package params

    Permalink

    Implicit parameters available on import of this package

Ungrouped