Package

toolkit

statistics

Permalink

package statistics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. statistics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DistributionType extends Serializable

    Permalink

    Case classes and helper function for picking randomly from different types of distributions

  2. case class NormalDistribution(mu: Float, sigma: Float) extends DistributionType with Product with Serializable

    Permalink
  3. class RandomSensor extends AnyRef

    Permalink

  4. class RandomVectorSensor extends AnyRef

    Permalink

  5. case class UniformDistribution(scale: Float, offset: Float) extends DistributionType with Product with Serializable

    Permalink

Value Members

  1. object ElementwiseMoments

    Permalink
  2. object Histogram

    Permalink
  3. object Moments

    Permalink

    Accumulates the mean and variance of all field values over time

  4. object PointwiseMoments

    Permalink

    Accumulates the mean and variance of all field values over time

  5. object RandomField

    Permalink

    Set of constructors for intializing fields with random numbers with more options and flexibility than the built in API.

    Set of constructors for intializing fields with random numbers with more options and flexibility than the built in API. Mutators can later be applied to these fields.

    Usage: RandomField(template) where template is a field with the shape you want to use

  6. object RandomSensor

    Permalink
  7. object RandomVectorSensor

    Permalink
  8. object distFunc

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped