代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/338643/12290674
m ncchi2~1.m
% ncchi2_10.m
% Scope: This MATLAB macro computes the probability density function of the
% non-central chi-square distribution with ten degrees of freedom.
www.eeworm.com/read/338643/12290687
m ncchi2_6.m
% ncchi2_6.m
% Scope: This MATLAB macro computes the probability density function of the
% non-central chi-square distribution with six degrees of freedom.
www.eeworm.com/read/338643/12290729
m ncchi2_5.m
% ncchi2_5.m
% Scope: This MATLAB macro computes the probability density function of the
% non-central chi-square distribution with five degrees of freedom.
www.eeworm.com/read/252197/12293964
m expected.m
function e=expected(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the expected value of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=EXPECTED('F'
www.eeworm.com/read/251885/12313717
c craps.c
/* ------------------------------------------------------------------------- *
* A Monte Carlo simulation of the dice game Craps. *
*
www.eeworm.com/read/337002/12402416
m betapdf.m
function y = betapdf(x,a,b)
%BETAPDF Beta probability density function.
% Y = BETAPDF(X,A,B) returns the beta probability density
% function with parameters A and B at the values in X.
%
% The s
www.eeworm.com/read/130043/14210251
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/128468/14295385
m bayescln.m
function [I,Pkx]=bayescln(X,MI,SIGMA,Pk)
% BAYESCLN Bayes classifier for Gaussian distributiuon.
% [I,Pkx]=bayescln(X,MI,SIGMA,Pk)
%
% This function classifies into the class according to the
%
www.eeworm.com/read/126718/14405973
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/124825/14535766
h lmodel.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*