📄 dist_value.m
字号:
% This is a utility program being called by "significance.m".
%
% function PDF = dist_value(yPos, yBar, nDof)
%
function PDF = dist_value(yPos, yBar, nDof)
% function PDF = dist_value2(yPos, yBar, nDof)
%
% PDF: a normalized output array
% yPos: An input array at which PDF values are calculated
% yBar: The expected value of yPos
% nDof: The number of degree of freedom
%
%
% References can be found in the "Reference" section.
%
% The code is prepared by Zhaohua Wu. For questions, please read the "Q&A" section or
% contact
% zhwu@cola.iges.org
%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -