schrodingerRandomBetaForDouble

given schrodingerRandomBetaForDouble[F[_]]: Beta[Double][F]

Value members

Concrete methods

def apply(params: Params[Double, Double]): F[Double]

Inherited methods

@unspecialized
def andThen[A](g: F[Double] => A): Params[Double, Double] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Params[Double, Double]): A => F[Double]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1