EstimatedGaussian

slash.stats.probability.distributions.EstimatedGaussian
case class EstimatedGaussian(bounds: Interval[Double], idealized: Gaussian, sampleMass: BigDecimal) extends EstimatedProbabilityDistribution[Double, Gaussian]

Attributes

Source
Gaussian.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SampledPointStatistics[Double]
trait SampledBoundedMean[Double]
trait SampledMass
trait SampledMean
trait SampledBounds[Double]
trait ProbabilityDistribution[Double]
trait Sampleable[Double]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Gaussian.scala

Inherited methods

inline def p(x: Double): Double

Probability Densidy Function: PDF Computes the probability of drawing sample x from this distribution.

Probability Densidy Function: PDF Computes the probability of drawing sample x from this distribution.

Value parameters

x

a sample

Attributes

Returns

Probability(x)

Inherited from:
EstimatedProbabilityDistribution
Source
EstimatedProbabilityDistribution.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
inline override def random(r: Random): DOMAIN
inline def sample(n: Int, r: Random): Array[DOMAIN]

Attributes

Inherited from:
Sampleable
Source
Sampleable.scala
inline override def sampleMean: Double
inline override def sampleVariance: Double
inline def μ: Double

Attributes

Inherited from:
SampledMean
Source
SamplePointStatistics.scala
inline def σ: Double

Attributes

Inherited from:
SampledVariance
Source
SamplePointStatistics.scala
inline def σ²: Double

Attributes

Inherited from:
SampledVariance
Source
SamplePointStatistics.scala
inline def : BigDecimal

Attributes

Inherited from:
SampledMass
Source
SamplePointStatistics.scala

Inherited fields

lazy val sampleStandardDeviation: Double

Attributes

Inherited from:
SampledVariance
Source
SamplePointStatistics.scala