Class Pdf
Probability density function.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Common.Mathematics.Probability
Assembly: SpiceSharpParser.dll
Syntax
public class Pdf : Curve, IEnumerable<Point>, IEnumerable
Constructors
| Improve this Doc View SourcePdf()
Initializes a new instance of the Pdf class.
Declaration
public Pdf()
Pdf(Curve)
Initializes a new instance of the Pdf class.
Declaration
public Pdf(Curve curve)
Parameters
Type | Name | Description |
---|---|---|
Curve | curve | Pdf curve. |
Methods
| Improve this Doc View SourceValidate()
Validates the pdf.
Declaration
public void Validate()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable