LogNormal

ai.dragonfly.math.stats.probability.distributions.LogNormal
See theLogNormal companion object

Attributes

Companion
object
Source
LogNormal.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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)

Source
LogNormal.scala
override def random(r: Random): Double

Attributes

Definition Classes
Source
LogNormal.scala
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
LogNormal.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val G: Gaussian

Attributes

Source
LogNormal.scala
lazy val σ: Double

Attributes

Source
LogNormal.scala

Inherited fields

Attributes

Inherited from:
ProbabilityDistribution
Source
ProbabilityDistribution.scala