代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/206142/5011991
3 qccenthuffmandesign.3
.TH QCCENTHUFFMANDESIGN 3 "QCCPACK" ""
.SH NAME
QccENTHuffmanDesign \-
design of Huffman code table from probability distribution
.SH SYNOPSIS
.B #include "libQccPack.h"
.sp
.BI "int QccENTHuffmanDesi
www.eeworm.com/read/430506/1929377
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/396844/2407149
readme
%
% (c) MERL 2001. Distributed for research -- see source code for terms
of use.
% Citation:
% Brand, Matthew. (1999). Structure learning in conditional probability
% models via an entropic prior a
www.eeworm.com/read/373460/2761811
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/373026/2767610
m contents.m
% Chapter 7: Statistical estimation
%
% probbounds.m - Section 7.4.3: Probability bounds example with Voronoi diagram
% expdesign.m - Section 7.5.2: Experiment design
% logistics.m - Figure
www.eeworm.com/read/364869/2900560
dmx target customer list.dmx
Select * From
(SELECT FLATTENED
t.[CustomerKey],
(SELECT $Probability AS ProdProbability FROM
Predict ([DM Demo Cust Purch], Include_Statistics)
WHERE [Model Name] = 'Mountain-200
www.eeworm.com/read/362216/2936247
m qchisq.m
function y=QChisq(p, nu)
%
% computes the abscissae y for given probability p (upper tail)
% for a chi square distribution with nu >=2 degrees
% of freedom, NOT NECESSARILY AN INTEGER. Based on
% Gol
www.eeworm.com/read/361774/2943678
dmx cluster5probabilitydist.dmx
--Cluster assignment and probability distribution for 250 customers
SELECT TOP 250 t.FirstName, t.LastName, t.Profit
, Cluster(), PredictHistogram(Cluster())
FROM CustomerProfitCategory_CL
www.eeworm.com/read/473622/6847324
m drawprobellipse.m
%DRAWPROBELLIPSE Draw elliptic probability region of a Gaussian in 2D.
% DRAWPROBELLIPSE(X,C,ALPHA,COLOR) draws the elliptic iso-probabi-
% lity contour of a Gaussian distributed bivariate random
www.eeworm.com/read/392329/8349579
m simulation.m
%==================================
%blocking probability
%=========================================================================
%顾客到达的时间间隔服从lamda指数分布;其服务时间间隔服从μ指数分布(用u表示);
%==================