PDF Types
SunSolve-P90 permits five types of PDFs: constant, Gaussian, skewed Gaussian, Weibull and arbitrary. Example distributions are shown in Figure 4.2.
Figure 4.2: Four probability density functions. In these examples, each has an integral of 1 and a P50 of 1.
Constant
Section titled “Constant”A multiplier of x = x0 is assigned to all simulations.1
Gaussian
Section titled “Gaussian”The Gaussian function is defined by an offset x0 and a standard deviation σ,
The offset x0 is also the mean of the distribution because a Gaussian is symmetric about x0.
Skewed Gaussian
Section titled “Skewed Gaussian”The skewed Gaussian function is defined by three variables, α, ξ, and ω.
The variables are sometimes referred to as the shape α, location ξ, and scale ω. When α = 0, this reverts to a Gaussian, where x0 = ξ and σ = ω. When α > 0, the distribution is skewed such that the positive tail is ‘longer’ than the negative tail; and when α < 0, the negative tail is longer.
Weibull
Section titled “Weibull”A conventional Weibull function is defined by two variables, λ and k,
for x ≥ 0 and PDF(x) = 0 for x < 0.
In SunSolve-P90, however, we expand the Weibull function to include an offset x0, and a polarity p so the tail of the function can be in either the positive or negative direction2
where p is either +1 or –1.
The value x0 is therefore the point at which the distribution is zero (the discontinuity), and thus, when p is +1, PDF(x) is non-zero for x ≥ x0 and zero for x < x0; and when p is –1, PDF(x) is non-zero when x ≤ x0 and zero for x > x0.
Arbitrary
Section titled “Arbitrary”The user can also load their own uncertainty distribution, PDF(x), as a set of datapoints in the form {x, PDF}. The integral of the PDF(x) need not be unity.