📄 condmean.m
字号:
function mycond = condmean(y, ytri, bi, bs)
% PURPOSE: This function computes the means of y in the classes determined by
% the bounds bi and bs
%--------------------------------------------------------------
% USAGE: mycond = condmean(y, ytri, bi, bs)
% where: y = nx1 vector of the unsorted initial values
% ytri = nx1 vector of the indices of the ranked initial values
% bi = indices of the inferior edges of the classes
% bs = indices of the superior edges of the classes
%--------------------------------------------------------------
% OUTPUTS: mycond = conditional mean
%--------------------------------------------------------------
% used in sirmap.m
%------------------------------------------------------------------------
% Yves Aragon, June 2003
% Universit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -