ShiftedWeibullDistribution
R2026bDescription
A ShiftedWeibullDistribution object consists of parameters, a
model description, and sample data for a shifted Weibull probability
distribution.
The shifted Weibull distribution generalizes the Weibull distribution by adding a location parameter θ. When θ = 0, the shifted Weibull distribution reduces to the two-parameter Weibull distribution. The Weibull distribution is used in reliability and lifetime modeling, and to model the breaking strength of materials.
The shifted Weibull distribution uses the following parameters.
| Parameter | Description | Support |
|---|---|---|
A | Scale parameter | |
B | Shape parameter | |
theta | Location (threshold) parameter |
Creation
There are several ways to create a ShiftedWeibullDistribution probability
distribution object:
Create a distribution with specified parameter values using
makedist.Fit a distribution to data using
fitdist.Interactively fit a distribution to data using the Distribution Fitter app.
Properties
Object Functions
cdf | Cumulative distribution function |
icdf | Inverse cumulative distribution function |
iqr | Interquartile range of probability distribution |
mean | Mean of probability distribution |
median | Median of probability distribution |
negloglik | Negative loglikelihood of probability distribution |
paramci | Confidence intervals for probability distribution parameters |
pdf | Probability density function |
plot | Plot probability distribution object |
proflik | Profile likelihood function for probability distribution |
random | Random numbers |
std | Standard deviation of probability distribution |
truncate | Truncate probability distribution object |
var | Variance of probability distribution |
Examples
Version History
Introduced in R2026b
