Linear Degradation Model parameters

조회 수: 5 (최근 30일)
Aniket Manjare
Aniket Manjare 2021년 7월 6일
답변: Hrishikesh Borate 2021년 7월 16일
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', []);

답변 (1개)

Hrishikesh Borate
Hrishikesh Borate 2021년 7월 16일
Hi,
Refer to the linearDegradationModel documentation.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by