代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/289178/8570263
readme
--------------------------------------------------
--- Document for MATLAB interface of LIBLINEAR ---
--------------------------------------------------
Table of Contents
=================
- Introdu
www.eeworm.com/read/425020/10387441
txt ii-02-1.txt
(MA) Now, you've been reading articles about the tremendous damage done to life and property by earthquakes. That's why seismologists have been working so hard to develop methods of earthquake pred
www.eeworm.com/read/381211/9104303
m unpredict_q.m
function x=unpredict_q(b,e,q)
% x=unpredict_q(b,e,q)
%
% Inverse of function predict_q. Recovers x from b and e.
% Inputs:
% b = weight vector output by function precict.
% e = integer p
www.eeworm.com/read/396209/8118996
asv 两变量卡尔曼跟踪状态.asv
%只有一个观测结果,可同时获得多个状态变量
%噪音可以是时变的,同时改变R Q看结果的不同
clc;
clear;
n=50; % 采样点
I=eye(2); % 单位阵
Q=[0 0;0 1];
www.eeworm.com/read/396209/8118999
m 两变量卡尔曼跟踪状态.m
%只有一个观测结果,可同时获得多个状态变量
%噪音可以是时变的,同时改变R Q看结果的不同
clc;
clear;
n=50; % 采样点
I=eye(2); % 单位阵
Q=[0 0;0 1];
www.eeworm.com/read/302157/13840934
hpp infflt.hpp
#ifndef _BAYES_FILTER_INFORMATION
#define _BAYES_FILTER_INFORMATION
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and co
www.eeworm.com/read/251529/12339398
hpp infflt.hpp
#ifndef _BAYES_FILTER_INFORMATION
#define _BAYES_FILTER_INFORMATION
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and co
www.eeworm.com/read/473227/6849413
hpp infflt.hpp
#ifndef _BAYES_FILTER_INFORMATION
#define _BAYES_FILTER_INFORMATION
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and co
www.eeworm.com/read/395021/8199933
m 两变量卡尔曼跟踪状态.m
%只有一个观测结果,可同时获得多个状态变量
%噪音可以是时变的,同时改变R Q看结果的不同
clc;
clear;
n=50; % 采样点
I=eye(2); % 单位阵
Q=[0 0;0 1];
www.eeworm.com/read/392603/8334203
m 两变量卡尔曼跟踪状态.m
%只有一个观测结果,可同时获得多个状态变量
%噪音可以是时变的,同时改变R Q看结果的不同
clc;
clear;
n=50; % 采样点
I=eye(2); % 单位阵
Q=[0 0;0 1];