代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/132953/14065290

m expected.m

function e=expected(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the expected value of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=EXPECTED('F',A,B
www.eeworm.com/read/205039/15327849

m deltaparametri.m

function [dvar] = deltaparametri(delta,dev,cor,legame,valuta,cambi,vm) %DELTAPARAMETRI deltavar estimation changing the parameters. % % [dvar] = deltaparametri(delta,dev,cor,legame,valuta,cambi,vm) %
www.eeworm.com/read/201006/15418409

m display.m

function display(a) % DISPLAY Display a probability distribution object % Copyright (C) 1999-2000 Antti Honkela, Harri Valpola, % and Xavier Giannakopoulos. % % This package comes with ABSOLUTELY NO
www.eeworm.com/read/200886/15420667

m logexppdf.m

% function logprobs = logexppdf(val,mu) % % % Returns the log probability of the exponential function, where % mu is the mean: p(val) = 1/u * exp(-1/u*val); % % mu must be scalar. if val is a vector,
www.eeworm.com/read/106690/15626677

m jointprob.m

% jointprob() - rejection of odd columns of a data array using % joint probability of the values in that column (and % using the probability distribution of all columns). %
www.eeworm.com/read/105970/15649849

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/102394/15782946

c cauchy.c

/* randist/cauchy.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of th
www.eeworm.com/read/101557/15826422

m expected.m

function e=expected(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the expected value of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=EXPECTED('F'
www.eeworm.com/read/366412/9816567

txt settings.txt

# sample settings for GAlib applications # GAlib expects parameters in name-value pairs. The name should be a single # string (no whitespace allowed). The value should be of a type appropriate # fo
www.eeworm.com/read/367752/9733855

h color_obj.h

#ifndef COLOR_OBJ_H #define COLOR_OBJ_H #define LANDUSE_COLORTABLE 0 #define NONLANDUSE_COLORTABLE 1 #define PROBABILITY_COLORTABLE 2 #define GROWTH_COLORTABLE 3 #define DELTATRON_COLORTABLE 4 #defin