index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
291
/
CH7
/
EX7.7c
/
eg7_7c.sce
blob: d5c35b84762a3d18cf24a4c74a13829d952c9752 (
plain
)
1
2
3
4
function result = unbiasedestimator(X, n) c=(n+2)/(n+1); result = c*max(X); endfunction