代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/361768/10036456
m kolmogorov.m
function [statistic, pvalue, H]=kolmorgorov(x,size,dist,varargin)
% PURPOSE:
% Performs a Kolmogorov-Smirnov test that the data are from a specified distribution
%
% USAGE:
% [statistic,
www.eeworm.com/read/165124/10075589
java transition.java
class Transition
{
public double probability;
public int toVertex;
public boolean isLocked;
public Transition(int toVertex, double probability)
{
this.toVertex = toVertex;
this.p
www.eeworm.com/read/165124/10075608
java emission.java
class Emission
{
public char letter;
public double probability;
public Emission(double probability, char letter)
{
this.letter = letter;
this.probability = probability;
}
www.eeworm.com/read/164660/10098248
java ch6_e6_4.java
public class ch6_e6_4
{
public static void main(String args[])
{
final int NUMBER = 100;
int count = 10;
int randomNum = 0;
int probability[] = new int[6
www.eeworm.com/read/164583/10100790
h viterbi.h
/*******************************************************************************
author : Bernhard Knab
filename : ghmm/ghmm/viterbi.h
created : TIME: 09:07:57 DATE: Fri 19. D
www.eeworm.com/read/164014/10135189
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/359519/10140777
m betalpr.m
% BETALPR - Beta Distribution - Log Probability Ratio
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ lpr ] = betalpr(p1,p2,alpha,beta)
%
% returns the log of t
www.eeworm.com/read/359373/10153216
m rsmp.m
function Inew=rsmp(pik,N)
%picks N indeces from pik randomly. The probability of a certain element is proportional to the size of the corresponding element in pik.
%Author PSL 200411
akkupik=cumsum
www.eeworm.com/read/358235/10193460
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/356723/10222171
m prob_snr1.m
% This program is used to produce Fig. 4.3
clear all
for nfa = 2:2:12
b = sqrt(-2.0 * log(10^(-nfa)));
index = 0;
hold on
for snr = 0:.1:18
index = index +1;
a = sqrt(2