schrodingerRandomMultinomialForSeqDouble

given schrodingerRandomMultinomialForSeqDouble[F[_]]: Multinomial[Seq[Double], Int, Seq[Int]][F]

Value members

Concrete methods

override def apply(params: Params[Seq[Double], Int]): F[Seq[Int]]
Definition Classes
Function1

Inherited methods

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