代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/176823/9483196

m gtmprob.m

function prob = gtmprob(net, data) %GTMPROB Probability for data under a GTM. % % Description % PROB = GTMPROB(NET, DATA) takes a GTM structure NET, and computes % the probability of each point in th
www.eeworm.com/read/175135/9558599

cpp lotto.cpp

// lotto.cpp -- probability of winning #include // Note: some implementations require double instead of long double long double probability(unsigned numbers, unsigned picks); int main()
www.eeworm.com/read/363665/9940548

c userint.c

/*************************************************************************/ /* */ /* User interface for consulting trees and rulesets */ /* -----------------------------------------------
www.eeworm.com/read/362570/9990823

cpp poj3440.cpp

#include #include using namespace std; const double PI = 3.1415926535897932; int n, m, l, d; int solve() { int cases; scanf("%d", &cases); for (int i = 1;
www.eeworm.com/read/362246/10009732

html demo_svmpout.html

Contents.m
www.eeworm.com/read/361768/10036446

m shapirowilks.m

function [statistic, pval, H] = shapirowilks(x,tails,probability) % PURPOSE: % This function performs that Shapiro-Wilks Test for normality of the data % This is an omnibus test, and is general
www.eeworm.com/read/165691/10054034

c hzy_huffman.c

/*Hzy_huffman.c **This is a C program **fuction:huffman coding **author:HZY **This program is protected by copyright law */ //********************************************************************
www.eeworm.com/read/164017/10135174

m bayesdemo3.m

% BAYESDEMO3 Bayesian risk and minimax strategy. % % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz %
www.eeworm.com/read/359519/10140801

m gamlpr.m

% GAMLPR = Gamma Distribution - Log Probability Density Ratio % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [ lpr ] = gamlpr( g1, g2, alph, gam ) % % returns l
www.eeworm.com/read/163827/10143259

m fhstart.m

%Hufman coding algorithm %Author : Jeny Rajan % Total program is divided into three modules % (1) Histogram building & Probability calculation (fhstart.m) % (2) Huffman Tree drawing phase(fhtree1.