LogNormal

slash.stats.probability.distributions.stream.LogNormal

Attributes

Source
LogNormal.scala
Graph
Supertypes
trait EstimatesPointStatistics[Double]
trait EstimatesRange[Double]
trait EstimatesMeanAndVariance[Double]
trait EstimatesMean[Double]
trait OnlineEstimator[Double]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes
Source
LogNormal.scala
override def estimatedMean: Double

Attributes

Definition Classes
Source
LogNormal.scala
override def estimatedRange: Interval[Double]

Attributes

Definition Classes
Source
LogNormal.scala
override def estimatedVariance: Double

Attributes

Definition Classes
Source
LogNormal.scala
inline override def observe(observation: Double): LogNormal.this.type

Attributes

Definition Classes
Source
LogNormal.scala
override def observe(frequency: Double, observation: Double): LogNormal.this.type

Attributes

Definition Classes
Source
LogNormal.scala
override def totalSampleMass: Double

Attributes

Definition Classes
Source
LogNormal.scala

Inherited methods