代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/174160/9605611
m ranwalk.m
function [rwproc] = ranwalk(npoints, p)
% RANWALK generate and plot a trajectory of a random walk which
% starts at 0, jumps up with probability p and down with
% probability 1-p
%
% [rwpr
www.eeworm.com/read/173076/9675402
m contents.m
% MCMC -- Markov Chain Monte Carlo Tools
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% There are three parts to this library of routines.
% 1. *[rnd,pdf,lpr].m - d
www.eeworm.com/read/367442/9747840
m bayesnd.m
function [A,B,C]=bayesnd(P1,P2,M1,M2,C1,C2)
% BAYESND computes parameters of quadratic discriminat function.
% [A,B,C]=bayesnd(P1,P2,M1,M2,C1,C2)
%
% BAYESND calculates discrimination function fo
www.eeworm.com/read/270032/11050603
special_instruction
// ******************************************************************
//
// The following C++ code computes a sample point and its probability
// on the spherical or triangular luminaire according to
www.eeworm.com/read/267609/11170908
m contents.m
% MCMC -- Markov Chain Monte Carlo Tools
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% There are three parts to this library of routines.
% 1. *[rnd,pdf,lpr].m - d
www.eeworm.com/read/335007/12555550
m contents.m
% Average Mutual Information and Correlation
% Version 1.1.0 (R14) 01-07-2005
%
% Files
% ami - computes and plots average mutual information(ami) and correlation for
% lagged vector
www.eeworm.com/read/203062/15366782
cpp csmcti.cpp
#include
#include
#include "CsMCTI.h"
#include "species.h"
#include "particle.h"
#include "ptclgrp.h"
#include "misc.h"
using namespace std;
//
// Tunneling ionization of Cs for
www.eeworm.com/read/203062/15366832
cpp limcti.cpp
#include
#include "LiMCTI.h"
using namespace std;
int const LiMCTI::Ztot = 3; // charge of the nucleus (He)
LiMCTI::LiMCTI(Scalar p, Scalar temp, Species* eSpecies, Species* iSpecies,
www.eeworm.com/read/236390/14017637
m coding_xn.m
function Code=coding_xn(Probability)
%香农编码
%Code :编码结果,以结构的形式表示
%Probability :编码概率
%输入概率判决
if sum(Probability)~=1
error('chech the Sum of probability.')
end
if ~isempty(find(Proba
www.eeworm.com/read/236381/14017820
txt coding_xn.txt
function Code=coding_xn(Probability)
%香农编码
%Code :编码结果,以结构的形式表示
%Probability :编码概率
%输入概率判决
if sum(Probability)~=1
error('chech the Sum of probability.')
end
if ~isempty(find(Proba