急!如何用Matlab表达积分上限函数?
发布网友
发布时间:2022-04-29 15:13
我来回答
共1个回答
热心网友
时间:2023-10-14 17:00
The function of F(t) does not have closed form in theory. Therefore a lot of tables were created and attached in old fashion text books.
In Matlab you can use function normcdf() in the Statistics Toolbox to calculate F(t), for example:
>> format long;
>> normcdf(3,0,1)
ans =
0.99865010196837
You can also use function qfunc() in the Communications Toolbox or funcion erf() to build up normcdf(). All these functions have simple relations.
热心网友
时间:2023-10-14 17:00
The function of F(t) does not have closed form in theory. Therefore a lot of tables were created and attached in old fashion text books.
In Matlab you can use function normcdf() in the Statistics Toolbox to calculate F(t), for example:
>> format long;
>> normcdf(3,0,1)
ans =
0.99865010196837
You can also use function qfunc() in the Communications Toolbox or funcion erf() to build up normcdf(). All these functions have simple relations.
热心网友
时间:2023-10-14 17:00
The function of F(t) does not have closed form in theory. Therefore a lot of tables were created and attached in old fashion text books.
In Matlab you can use function normcdf() in the Statistics Toolbox to calculate F(t), for example:
>> format long;
>> normcdf(3,0,1)
ans =
0.99865010196837
You can also use function qfunc() in the Communications Toolbox or funcion erf() to build up normcdf(). All these functions have simple relations.
热心网友
时间:2023-10-14 17:00
The function of F(t) does not have closed form in theory. Therefore a lot of tables were created and attached in old fashion text books.
In Matlab you can use function normcdf() in the Statistics Toolbox to calculate F(t), for example:
>> format long;
>> normcdf(3,0,1)
ans =
0.99865010196837
You can also use function qfunc() in the Communications Toolbox or funcion erf() to build up normcdf(). All these functions have simple relations.