DiffSharp


Distribution<'T> Type

Namespace: DiffSharp.Distributions

Assembly: DiffSharp.Core.dll


Base Type: obj

Constructors

Constructor Description
Distribution()
Full Usage:
Distribution()
Return Type: Distribution<'T>
Signature: unit -> Distribution<'T>
Return Type: Distribution<'T>

Instance members

Instance member Description
this.logprob arg1
Full Usage:
this.logprob arg1 Parameter Types:
  • arg0 : 'T

Return Type: Tensor
Signature: 'T -> Tensor
Modifiers: abstract
Parameter Types:
  • arg0 : 'T
Return Type: Tensor
this.sample()
Full Usage:
this.sample()
Return Type: 'T
Signature: unit -> 'T
Modifiers: abstract
Return Type: 'T