monotonicity
構文
説明
は、ライフタイム変数 Y
= monotonicity(X
,lifetimeVar
)lifetimeVar
を使用して寿命データ X
の単調性を返します。
は、Y
= monotonicity(X
,lifetimeVar
,dataVar
)dataVar
で指定されたデータ変数を使用して寿命データ X
の単調性を返します。
は、ライフタイム変数 Y
= monotonicity(X
,lifetimeVar
,dataVar
,memberVar
)lifetimeVar
、dataVar
で指定されたデータ変数、およびメンバー変数 memberVar
を使用して寿命データ X
の単調性を返します。
は、1 つ以上の Y
= monotonicity(___,Name,Value
)Name,Value
のペアの引数で指定された追加のオプションを使用して単調性を推定します。この構文は、前述の任意の入力引数の組み合わせで使用できます。
出力引数のない monotonicity(___)
は、ランク付けされた単調性の値の棒グラフをプロットします。
例
入力引数
出力引数
制限
X
が tall table または tall timetable の場合でも、monotonicity
はgather
を使用して配列全体をメモリに読み込みます。使用できるメモリが十分にないと、monotonicity
はエラーを返します。
アルゴリズム
参照
[1] Coble, J., and J. W. Hines. "Identifying Optimal Prognostic Parameters from Data: A Genetic Algorithms Approach." In Proceedings of the Annual Conference of the Prognostics and Health Management Society. 2009.
[2] Coble, J. "Merging Data Sources to Predict Remaining Useful Life - An Automated Method to Identify Prognostics Parameters." Ph.D. Thesis. University of Tennessee, Knoxville, TN, 2010.
[3] Lei, Y. Intelligent Fault Diagnosis and Remaining Useful Life Prediction of Rotating Machinery. Xi'an, China: Xi'an Jiaotong University Press, 2017.
[4] Lofti, S., J. B. Ali, E. Bechhoefer, and M. Benbouzid. "Wind turbine high-speed shaft bearings health prognosis through a spectral Kurtosis-derived indices and SVR." Applied Acoustics Vol. 120, 2017, pp. 1-8.
バージョン履歴
R2018b で導入