shg4421
Electrical
- Apr 7, 2018
- 11
I've asked this question at without response.
We sell systems comprising line-replaceable units (LRUs). We know how many operating hours have accumulated on each LRU type (because we know when they went into service, and we ask our customers what their operating tempo is), and we know how many failures have occurred by LRU type (because they send them to us for repair).
The current version of our product is relatively new, and so has acquired few operating hours and (blessedly) few failures.
I can calculate the MTBF confidence interval for each LRU (using NIST's formula for a Constant Repair Rate Model) at a given confidence level, and I know how to use inverse Poisson to calculate the max failures at some confidence if I knew the actual MTBF.
My question is, given operating hours and failures by LRU, and the number of LRU operating hours required for the remaining lifecycle, how do I calculate at some specified confidence the number of lifetime spares a customer should buy when they come into diminishing supply? I'd have thought this would be pretty common calculation.
So I'm looking for a function like this:
=NumSpares(HoursSoFar, Failures, HoursToGo, Confidence)
Two examples from among the six LRUs:
LRU type with 32,441 operating hours and no failures, with 90,247 hours to end of lifecycle.
LRU type with 251,775 operating hours and 1 failure, with 270,742 hours to end of lifecycle.
Thanks for reading.
We sell systems comprising line-replaceable units (LRUs). We know how many operating hours have accumulated on each LRU type (because we know when they went into service, and we ask our customers what their operating tempo is), and we know how many failures have occurred by LRU type (because they send them to us for repair).
The current version of our product is relatively new, and so has acquired few operating hours and (blessedly) few failures.
I can calculate the MTBF confidence interval for each LRU (using NIST's formula for a Constant Repair Rate Model) at a given confidence level, and I know how to use inverse Poisson to calculate the max failures at some confidence if I knew the actual MTBF.
My question is, given operating hours and failures by LRU, and the number of LRU operating hours required for the remaining lifecycle, how do I calculate at some specified confidence the number of lifetime spares a customer should buy when they come into diminishing supply? I'd have thought this would be pretty common calculation.
So I'm looking for a function like this:
=NumSpares(HoursSoFar, Failures, HoursToGo, Confidence)
Two examples from among the six LRUs:
LRU type with 32,441 operating hours and no failures, with 90,247 hours to end of lifecycle.
LRU type with 251,775 operating hours and 1 failure, with 270,742 hours to end of lifecycle.
Thanks for reading.