Class NormalPdf
Normal distribution with 0 mean.
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.Pdfs
Assembly: SpiceSharpParser.dll
Syntax
public class NormalPdf : Pdf, IEnumerable<Point>, IEnumerable
Constructors
| Improve this Doc View SourceNormalPdf(Int32, Double)
Initializes a new instance of the NormalPdf class.
Declaration
public NormalPdf(int evaluationPoints, double limit)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | evaluationPoints | Number of evaluation points. |
System.Double | limit | Pdf limit. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable