matlab里如何表示一个函数的反函数,如表示Q函数的反函数?
发布网友
发布时间:2022-04-26 03:31
我来回答
共3个回答
热心网友
时间:2022-06-20 12:54
FINV Inverse of the F cumulative distribution function.
X=FINV(P,V1,V2) returns the inverse of the F distribution
function with V1 and V2 degrees of freedom, at the values in P.
The size of X is the common size of the input arguments. A scalar input
functions as a constant matrix of the same size as the other inputs.
热心网友
时间:2022-06-20 12:54
FINV Inverse of the F cumulative distribution function.
X=FINV(P,V1,V2) returns the inverse of the F distribution
function with V1 and V2 degrees of freedom, at the values in P.
The size of X is the common size of the input arguments. A scalar input
functions as a constant matrix of the same size as the other inputs.
回答者:matlabfunc - 秀才 * 11-2 21:24
热心网友
时间:2022-06-20 12:55
反函数就是符号求解原来的函数就可以了。