代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/421949/10676398
m normald.m
function [p]=normald(X,mi,sigma)
% [p]=normald(X,mi,sigma)
%
% NORMALD calculates the value of many-dimensional probability density
% of the normal (Gaussian) distribution for given vectors in t
www.eeworm.com/read/421949/10676579
m mmln.m
function [mi,sigma,solution,minp,topp,N,t]=mmln(X,epsilon,tmax,t,N)
% MMLN Minimax learning for Gaussian distribution.
% [mi,sigma,solution,minp,topp,N,t]=mmln(X,epsilon,tmax,t,N)
%
% MMLN implem
www.eeworm.com/read/349916/10782881
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/274050/10889724
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/271748/10982499
m mfsk.m
%-------------------------------------------------------------------------
% Mohammad Ibrahim Baker
% The University of Jordan
%---------------------------------------------------------------------
www.eeworm.com/read/417061/11004960
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/270992/11013550
m match.m
%match.m/created by PJNahin for "Duelling Idiots"(6/3/98)
%This m-file computes the probability that N people,
%flipping fair coins n times, will each get the same
%number of heads.
%
%
n=input(
www.eeworm.com/read/416431/11025643
c imsub.c
#include
/*
imsub.c
This is a file of subroutines
create_code, create_list, huff, getim, storeim, and sort
*/
#include "idc.h"
/********************************
www.eeworm.com/read/466725/7031813
m mfsk.m
%-------------------------------------------------------------------------
% Mohammad Ibrahim Baker
% The University of Jordan
%---------------------------------------------------------------------
www.eeworm.com/read/461294/7229891
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.