photo

Fio


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
120,545
of 300,853

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Problem with ksdensity with Inverse gamma(0.001, 0.001)
Hello! I am trying to plot the ksdensity of an Inverse gamma(0.001, 0.001) but the plot has only one point. The commands I use...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Check if a number is complex with MEX.
Hi! I would like to test if a number is complex. With Matlab I can do that using the function imag imag(x)!=0 . How can...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Plot 2 bar plots in the same graph. Problem with the legend.
Hi! I wanted to plot 2 bar plots in the same graph. I used the following commands [n1, xout1] = hist(data1); bar(xou...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Compute first partial derivatives for a recursive function.
I would like to ask if there is a way to compute the first derivatives of a recursive function. For example, let say that we...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Presample states for ARMA model, Question for function arima and simulate
I read the function "simulate" ( http://www.mathworks.com/help/econ/arima.simulate.html). This function says the following: %...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Fminunc. First order optimality not close to zero.
*The results from my code are:* %options = optimset(options, 'TolCon',1e-10); %options = optimset(options, 'TolFun',1e-1...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
Fit a generalised linear model that has only constant.
Thank you!! I didn't know it was so simple.

12 years 前 | 0

提问


Fit a generalised linear model that has only constant.
Hi! I have a generalised linear model y_i =a +ε_i, where ε_i are the errors. Could someone tell me how can I fit this mode...

12 years 前 | 2 个回答 | 0

2

个回答