代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/151067/5687065
ref bpsk.ref
There were 39224 received bits in error.
There were 460776 correctly received bits.
The error probability was 0.078448
The theoretical error probability is 0.0786496
www.eeworm.com/read/107543/6188995
1 consult.1
.EN
.TH C4.5 1
.SH NAME
.PP
consult \- classify items using a decision tree
.SH SYNOPSIS
.PP
.B consult
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consult
reads a decision tree produced by c
www.eeworm.com/read/107543/6188998
1 consultr.1
.EN
.TH C4.5 1
.SH NAME
.PP
consultr \- classify items using a rule set
.SH SYNOPSIS
.PP
.B consultr
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consultr
reads a rule set produced by c4.5rule
www.eeworm.com/read/307764/6342522
m montecarlo.m
%this program is a monte carlo computer simulation that was
%used to generate figure 2.10a
%set seed of random number generator to initial value
randn('seed',0);
%set up values of variance, data
www.eeworm.com/read/339269/6353234
cpp branch.cpp
#include
#include
double a[10][10];
void Guass(int n){
int i,j,k;
double t;
for(k=0;k
www.eeworm.com/read/493738/6389926
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/488978/6480923
c mathsupport.c
/************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University School of Medicine
* All Right
www.eeworm.com/read/486139/6543879
m hufflen.m
function HL = HuffLen(S)
% HuffLen Find the lengths of the Huffman code words
% Based on probability (or number of occurences) of each symbol
% the length for the Huffman codewords are calcula
www.eeworm.com/read/483033/6607867
m gamma_pdf.m
%GAMMA_PDF Probability density function of a Gamma distribution
%
% Syntax:
% p = gamma_pdf(x,alpha,beta,mu)
%
% In:
% x - Locations where to evaluate the PDF
% alpha - Parameter of the di
www.eeworm.com/read/482347/6623142
m alfauna.m
function [a] = alfauna(p)
%ALFA critical value for one test.
%
% a = alfauna(p) determines for the p probability the critical value a
% of the standardized normal distribution for one-test.
%
% Cop