代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/199752/7824856
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/199676/7837181
htm chap06.htm
Intro to Algorithms: CHAPTER 6: COUNTING AND PROBABILITY
www.eeworm.com/read/198546/7928699
m shapirofrancia.m
function [statistic, pval, H] = shapirofrancia(x,tails,probability)
% PURPOSE:
% This function performs that Shapiro-Francia Test for normality of the data
% This is an omnibus test, and is gen
www.eeworm.com/read/298649/7947520
m mutate.m
function out=mutate(in,pmutate);
%
% Mutate the incoming chromasome
% with a probability of mutating
% each string of pmutate.
%
% This file takes only one member
% of the overall population.
www.eeworm.com/read/197258/8008969
m montecarlo.m
% montecarlo.m
%
% This program is a Monte Carlo computer simulation that was
% used to generate Figure 2.10a.
%
% Set seed of random number generator to initial value.
randn('seed',0);
% Set
www.eeworm.com/read/397112/8066992
m kldivergence.m
%KLDIVERGENCE redundancy measure for categorical-discrete data
% KL = KLDIVERGENCE(X,Y) returns the redundancy between the two column
% vectors X and Y containing categorical measures.
%
% KLDIV
www.eeworm.com/read/145300/12736639
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users