Linear Degradation Model parameters

5 visualizaciones (últimos 30 días)
Aniket Manjare
Aniket Manjare el 6 de Jul. de 2021
Respondida: Hrishikesh Borate el 16 de Jul. de 2021
i am using the linear degration model but, i am not able to undesrstand the parameters of it, and how should the parameters value are calculated?
can anyone please help me to understand the parameters below and how to set the values to it.
mdl{i} = linearDegradationModel(...
'Theta', 0, ...
'ThetaVariance', 1e-5, ...
'Phi', yIntercept{i}, ...
'NoiseVariance', (0.1*threshold{i}/(threshold{i} + 1))^2, ... Assume 10% noise at the threshold
'SlopeDetectionLevel', []);

Respuestas (1)

Hrishikesh Borate
Hrishikesh Borate el 16 de Jul. de 2021
Hi,
Refer to the linearDegradationModel documentation.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by