根据函数的物理意义和微积分的知识,累积失效分布函数F(t)与可靠度函数R(t)之间的关系应为( )
A.F((t)=R(t)
B.F(t)-R(t)=1
C.R(t)-F(t)=1
D.F(t)+R(t)=1
正确答案是D
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1091369.html
上一篇:在国际收支平衡表中,下列哪一项属于有形贸易收支()。
下一篇:#include<iostream.h> class Student{ int x=0, y=0; public: Student(){ x=1; y=1; } Student(int a,int b){ x=a; y=b; } void get(){ cout<<x<<" "<<y<<endl; } } ; <
#include<iostream.h> class Student{ int x=0, y=0; public: Student(){ x=1; y=1; } Student(int a,int b){ x=a; y=b; } void get(){ cout<<x<<" "<<y<<endl; } } ; <