代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/476076/6773365
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/474604/6813851
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/474604/6813882
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/471592/6886007
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/293762/8275603
m losprobability.m
function indLOS=LOSprobability(wimpar,linkpar)
%LOSPROBABILITY Random LOS/NLOS condition generation for WIM
% INDLOS=LOSPROBABILITY(WIMPAR,LINKPAR) is a vector defining links
% propagation cond
www.eeworm.com/read/192735/8289406
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------
www.eeworm.com/read/174223/9601785
ini fet.ini
# This is FET's configuration file (FET version=3.17.11)
# This is the working directory (used in open/save as file dialog)
sample_inputs
# The time limit that the program is allowed to sea
www.eeworm.com/read/174160/9605640
m simbinom.m
function [sample] = simbinom(npoints, n, p)
% SIMBINOM random numbers from binomial distribution
%
% [sample] = simbinom(npoints, n, p)
%
% Inputs: npoints - sample size
% n - parameter
www.eeworm.com/read/173932/9629702
m prob_snr1.m
% This program is used to produce Fig. 2.4
close all
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;
www.eeworm.com/read/173140/9670804
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