登录
首页 » matlab » BNL

BNL

于 2009-02-02 发布 文件大小:240KB
0 223
下载积分: 1 下载次数: 43

代码说明:

  The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesian network for discrete variables in which the conditional probability tables are specified by logistic regression models. Logistic regression can be used to incorporate restrictions on the conditional probabilities and to account for the effect of covariates. Nominal variables are modeled with multinomial logistic regression, whereas the category probabilities of ordered variables are modeled through a cumulative or adjacent-categories response function. Variables can be observed, partially observed, or hidden.

文件列表:

additional
..........\adj_logistic.m
..........\adj_logit.m
..........\cum_logistic.m
..........\cum_logit.m
..........\deriv_adj_logist.m
..........\deriv_cum_logist.m
..........\deriv_multinom_logist.m
..........\dummycode.m
..........\infocrit.m
..........\multinom_logistic.m
..........\multinom_logit.m
..........\multinornd.m
..........\randvector.m
BNL manual.pdf
constructbnt
............\franks_from_BNT.m
............\franks_mk_adj_mat.m
............\inv_order.m
............\link_pot_to_CPT.m
designmatrices
..............\check_order.m
..............\construct_design_mats.m
..............\construct_lin_pred.m
..............\construct_predmat.m
..............\cov_into_design.m
..............\define_lin_pred_struct_cov_default.m
..............\define_lin_pred_struct_cov_main.m
..............\define_lin_pred_struct_main.asv
..............\define_lin_pred_struct_main.m
..............\define_lin_pred_struct_sat.m
estimation
..........\compute_JPTs.m
..........\compute_suff_stats.m
..........\compute_suff_stats_ind.m
..........\construct_bigCPTs.m
..........\construct_equiv_class_CPT.m
..........\construct_sCPT.m
..........\EM_iteration.m
..........\find_max_configs.asv
..........\find_max_configs.m
..........\fit_multinom_logistic.m
..........\fit_ordered_logistic.m
..........\gen_random_start.m
..........\loglik.m
..........\max_marginalization.m
..........\num_infomatrix_anal_score.m
..........\score.m
..........\update_parms.m
example_models
..............\alarm with restrictions
..............\.......................\comparemodels.m
..............\.......................\construct_alarm.m
..............\.......................\fit_model_cumul.m
..............\.......................\fit_model_cumul50.asv
..............\.......................\fit_model_cumul50.m
..............\.......................\fit_model_cumul50_test.asv
..............\.......................\fit_model_cumul50_test.m
..............\.......................\fit_model_cumul_test.m
..............\.......................\fit_model_norest.asv
..............\.......................\fit_model_norest.m
..............\.......................\fit_model_norest_test.asv
..............\.......................\fit_model_norest_test.m
..............\.......................\gen_alarm_start.asv
..............\.......................\gen_alarm_start.m
..............\.......................\simulate50_50.m
..............\anorex
..............\......\construct_bnet_hier_hmm.m
..............\......\construct_bnet_hmm.m
..............\......\construct_equiv_hier_hmm.m
..............\......\define_lin_pred_struct_hier_hmm_main.m
..............\......\equiv_classes_hier_hmm.m
..............\......\equiv_classes_hmm.m
..............\......\fit_model_hier_hmm.m
..............\......\fit_model_hier_hmm_maineffects.m
..............\......\fit_model_hier_hmm_time.m
..............\......\fit_model_hier_hmm_timesq.m
..............\......\fit_model_hmm.m
..............\......\link_covariates_to_nodes_hier_hmm_time.m
..............\......\link_covariates_to_nodes_hier_hmm_timesq.m
..............\......\loadtime.m
..............\......\loadtimesamplingdata.m
..............\brain
..............\.....\construct_bnet_hmm_theta.m
..............\.....\fit_modelbrain_domain_theta.m
..............\.....\fit_modelbrain_domain_theta_treat.m
..............\.....\fit_modelbrain_hmm.m
..............\.....\fit_modelbrain_hmm_domain.m
..............\hmm
..............\...\construct_bnet_hmm.m
..............\...\fit_model_hmm.m
..............\...\generate_hmm_data.m
..............\...\hmm.xls
..............\mixed_lltm
..............\..........\construct_bnet_mixlltm.m
..............\..........\fit_model_mixed_lltm.m
gausskwad
.........\herzo.m
generate_data
.............\generate_bnet_data.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shenjingwan
    超声数据互相关算法用于塔机超声测距,程序简单方便可行( Application of the cross correlation analysis technique )
    2012-04-13 11:14:00下载
    积分:1
  • t-copula
    对copula-t模型参数的估计,基于matlab程序(the estimation of copula-t,based on matlab)
    2014-10-29 18:36:39下载
    积分:1
  • LDPC-2012-02-11
    LDPC编码的C语言实现。包括校验矩阵,生产矩阵的生成,编码,译码等。(LDPC coding in C language. Including the parity matrix, matrix production generation, encoding, decoding and the like.)
    2013-12-14 21:18:48下载
    积分:1
  • Invariant_Line_Segment_Matching
    function Invariant_Line_Feature_Matching ___DESCRIPTION___ Compare segmented line pairs as 4 dimentional line pair features ( Q1 , Q2 , Drelative , D? ) Example : Invariant_Line_Feature_Matching ( ) ___REFERENCE___ Paper 1 : Line Feature Matching Technique Based on an Eigenvector Approach Park, Lee, Lee - Ideal - CV and Im. Und. - 77, 263-283 - (2000)( function Invariant_Line_Feature_Matching ___DESCRIPTION___ Compare segmented line pairs as 4 dimentional line pair features ( Q1 , Q2 , Drelative , D? ) Example : Invariant_Line_Feature_Matching ( ) ___REFERENCE___ Paper 1 : Line Feature Matching Technique Based on an Eigenvector Approach Park, Lee, Lee- Ideal- CV and Im. Und.- 77, 263-283- (2000))
    2009-09-25 22:15:21下载
    积分:1
  • invnewton
    线性反演方法中的牛顿反演算法 MATLAB程序(MATLAB program for anti-Newton algorithm in the linear inversion method)
    2012-05-25 09:21:00下载
    积分:1
  • huise_1_1
    灰色预测模型,输入历史数据,得到未来的预测值,预测长度可自选。(Gray prediction model, enter historical data, the predictive value of the future, the predicted length can be chosen.)
    2013-03-12 21:44:25下载
    积分:1
  • MincostMaxflow
    计算网络优化技术中的最小费用最大流问题。(Computing network optimization technology minimum cost maximum flow problem.)
    2013-04-25 22:24:53下载
    积分:1
  • equal
    This function provides equally sampled timeseries.In a number of cases,strong motion records in Volume 1 format do not correspond to equally sampled time series. In order to solve this problem new strong motion records equally sampled are created with step equal to the minimum digitization time interval of the original time series of the V1 format.
    2015-04-20 01:01:48下载
    积分:1
  • PatternRecognitionTask
    这是一个用liblinear进行分类的例子,需要有liblinear环境(Using liblinear to do classification task)
    2014-01-14 14:08:33下载
    积分:1
  • viterbidecode
    一种维特比译码的 简单实现 基于matlab(viterbi decode)
    2012-05-25 13:29:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载