photo

Nathalie


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
1 个回答

排名
128,297
of 299,916

声誉
0

贡献数
9 个提问
1 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Regression with some part of the array
Suppose I have x vector=[ 1 5 6 7 8 3 2 ] and corresponding y vector [2 9 4 6 4 5 6]. How to run regression for y on x for ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How does 'fmincon' work?
Can fmincon estimated with different algorithms: active-search or sqp, provide different estimated values of parameters at the e...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve error in fmincon ?
Hi, what I'm doing wrong so that it displayes error after my specification: options = optimset('Display','off','Algorith...

11 years 前 | 1 个回答 | 1

1

个回答

提问


fminsearch with integer parameters
Hi, i have problem with fminsearch. One of the parameters is the point on the grid. When i use fminsearch, the points can ge...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate mean of a CDF
Can you please help to calculate mean on some interval [a,b]: $\underset{a}{\overset{b}{\int}}\theta dF\left(\theta\right)$ kn...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to correctly change mean in the distribution?
I computed numerically g-pdf function, where the means- i take points in the grid. When I would to change the mean, i.e. multip...

11 years 前 | 0 个回答 | 0

0

个回答

提问


How to find x for a given value of y?
I have found eigenvector h given matrix g. To do that, i have constructed a grid of random numbers : % generate grid dx = (x...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to draw random numbers from the vector
Hi, i have drawn a distribution based on on the generated vector of random numbers. My question is: # how to draw randoml...

11 years 前 | 2 个回答 | 0

2

个回答

已回答
How to write code with iterations for this integral?
My code is the following. But it seems that my integral does not converge. What i'm doing wrong? clear all; close all; clc; ...

11 years 前 | 0

提问


How to write code with iterations for this integral?
The integral is the following : h(x)=integral(from a to b) of g(x,y)h(y)dy. I'm not so advanced in matlab. I know how to estimat...

11 years 前 | 1 个回答 | 0

1

个回答