| 
            
              GeneralizedNormalDistributionLaplace Method 
             | 
          
        
          
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic static GeneralizedNormalDistribution Laplace(
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double location,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double scale
)
Public Shared Function Laplace ( 
	<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)> location As Double,
	<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> scale As Double
) As GeneralizedNormalDistribution
 Request Example
		View SourceParameters
- location
 - Type: SystemDouble
The Laplace's location parameter μ (mu). - scale
 - Type: SystemDouble
The Laplace's scale parameter b. 
Return Value
Type: 
GeneralizedNormalDistributionA 
GeneralizedNormalDistribution that provides
             a 
LaplaceDistribution.
See Also