代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/343227/11962634
m nbh_vit.m
function [class, logl] = nbh_vit(count, TRANS, alpha, beta)
%nbh_vit A posteriori sequence estimation for negative binomial HMM
% using dynamic programming (also known as Viterbi algorithm
www.eeworm.com/read/125476/14491756
cc bin_am_prop_div_call.cc
#include
#include
#include
#include "fin_recipes.h"
#include
double option_price_call_american_proportional_dividends_binomial(double S,
double X,
www.eeworm.com/read/125476/14491838
cc bin_am_delta_put.cc
#include
#include
#include
using namespace std;
double option_price_delta_american_put_binomial(double S, // spot price
double X, // Exercise price,
doubl
www.eeworm.com/read/125476/14491874
cc futures_opt_call_bin.cc
#include
#include
#include
using namespace std;
double futures_option_price_call_american_binomial(double F, // price futures contract
double X, // exercise pric
www.eeworm.com/read/375190/2738830
qbk factorials.qbk
[section:factorials Factorials and Binomial Coefficients]
[section:sf_factorial Factorial]
[h4 Synopsis]
``
#include
``
namespace boost{ namespace
www.eeworm.com/read/375190/2739351
cpp normal_misc_examples.cpp
// negative_binomial_example3.cpp
// Copyright Paul A. Bristow 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0.
// (See accompanying file LICENS
www.eeworm.com/read/266535/11220605
java grid.java
// Problem Paths on a Grid
// Algorithm Binomial Coefficients
// Runtime O(n)
// Author Walter Guttmann
// Date 26.12.2001
import java.io.*;
import java.math.*;
public class grid {
sta
www.eeworm.com/read/133539/14036437
cpp bdtr.cpp
/* bdtr.c
*
* Binomial distribution
*
*
*
* SYNOPSIS:
*
* int k, n;
* double p, y, bdtr();
*
* y = bdtr( k, n, p );
*
* DESCRIPTION:
*
* Returns the sum of the terms 0 through k o
www.eeworm.com/read/449504/7502033
m bincoef.m
function k = bincoef(n,N)
% PURPOSE: generate binomial coefficients
%
% k = bincoef(n,N)
% Anders Holtsberg, 13-05-94
% Copyright (c) Anders Holtsberg
if all(all(round(n)
www.eeworm.com/read/125476/14491858
cc bin_am_partials_call.cc
#include
#include
#include "fin_recipes.h"
void option_price_partials_american_call_binomial(double S, // spot price
double X, // Exercise price,
double r, /