Gaussian

slash.stats.probability.distributions.Gaussian
See theGaussian companion object

Attributes

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

Members list

Value members

Concrete methods

inline override 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)

Definition Classes
Source
Gaussian.scala
def p2(magSquared: Double): Double

Attributes

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

Attributes

Definition Classes
Source
Gaussian.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
Gaussian.scala
def z(x: Double): Double

Attributes

Source
Gaussian.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
inline def sample(n: Int, r: Random): NArray[Double]

Attributes

Inherited from:
Sampleable
Source
Sampleable.scala

Concrete fields

lazy val σ: Double

Attributes

Source
Gaussian.scala