Skip to contents

Simulates the degradation path data based on the specified model and parameters.

Usage

sim.dat.path(model = "M0", type, m, n, t, u, par, gamma = 1)

Arguments

model

A character string specifying the model type (e.g., "M0", "M1", etc.).

type

The type of Lambda function (e.g., "pp").

m

The number of steps or units.

n

The number of samples or simulations.

t

Time vector.

u

A second variable (optional).

par

A vector of parameters for the model.

gamma

Scale parameter (optional, defaults to 1).

Value

A list containing the simulated degradation paths for different models.