ShiftedExponentialDistribution
R2026bDescription
A ShiftedExponentialDistribution object consists of parameters, a
model description, and sample data for a shifted exponential probability
distribution.
The shifted exponential distribution generalizes the exponential distribution by adding a location parameter θ. When θ = 0, the shifted exponential distribution reduces to the one-parameter exponential distribution. The exponential distribution is used to model events that occur randomly over time, and its main application area is the study of lifetimes.
The shifted exponential distribution uses the following parameters.
| Parameter | Description | Support |
|---|---|---|
mu | Mean of the unshifted exponential distribution | |
theta | Location (threshold) parameter |
Creation
There are several ways to create a ShiftedExponentialDistribution
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
