Сравнение методов
Просматривайте выбранные методы рядом; строки с различиями подсвечены.
| Модели деградации× | Динамическое программирование× | |
|---|---|---|
| Область≠ | Надёжность | Оптимизация |
| Семейство≠ | Regression model | Process / pipeline |
| Год появления≠ | 1998 | 1957 |
| Автор метода≠ | Meeker, Escobar & Lu | Richard Bellman |
| Тип≠ | Stochastic degradation path model | Exact combinatorial optimization via recursive decomposition |
| Основополагающий источник≠ | Meeker, W. Q., Escobar, L. A., & Lu, C. J. (1998). Accelerated degradation tests: modeling and analysis. Technometrics, 40(2), 89–99. DOI ↗ | Bellman, R. (1957). Dynamic Programming. Princeton University Press. ISBN: 978-0-691-07951-6 |
| Другие названия | Accelerated Degradation Testing, Degradation Path Models, Performance Degradation Analysis, Bozunma Modelleri | DP, Bellman's Principle of Optimality, Recursive Optimization, Dinamik Programlama |
| Связанные | 3 | 3 |
| Сводка≠ | Degradation models estimate product lifetime by tracking measurable performance characteristics—such as crack length, light output, or insulation resistance—over time rather than waiting for outright failure. Introduced in rigorous form by Meeker, Escobar, and Lu (1998), these models fit a stochastic degradation path to repeated measurements and define failure as the first time the characteristic crosses a predetermined threshold, enabling reliable lifetime inference from accelerated test data with very few or no observed failures. | Dynamic Programming (DP) is an exact optimization technique introduced by Richard Bellman in 1957 for solving multi-stage decision problems. It decomposes a complex problem into simpler, overlapping subproblems, solves each subproblem once, and stores the results to avoid redundant computation. Grounded in the Principle of Optimality, DP guarantees globally optimal solutions whenever the problem exhibits overlapping subproblems and optimal substructure. |
| ScholarGateНабор данных ↗ |
|
|