photo

Mic


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
1 个回答

排名
261,260
of 299,784

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,803

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,909

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


global search with fmincon returns [] when a particular constraint is added
Hello, I'm running a global search algorithm to determine the constraint optimum of a loglikelihood function. I'm repeating the ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


ksdensity doesn't return a pdf which sums to 1 and has problems at the boundary
I'm using ksdensity (with optimal bw) to estimate a pdf, but when I sum up the single entries I get 0.49. Shouldn't the sum be 1...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting the same distribution function in two different ways return two different graphs
Hello, I use the following code to plot a CDF (FvR) % Plot the estimated and actual distribution functions. figure; se...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Fminsearch doesn't converge but MLE value doesn't change
Hello, I'm maximizing a MLE in order to find the optimal parameters to approximate an unknown function. Unfortunately the fun...

10 years 前 | 1 个回答 | 0

1

个回答

提问


fminsearch fails to return the optimal parameters to approximate a function my MLE
Hello, I'm trying to solve an optimization problem. I'm approximating an unknown function (a CDF) with a hermite series by ma...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
how to merge some figures in a same x and y axes?
Do you mean something like this? figure; xaxis = 0:0.01:max(v); %max(v) is the maximum value on the x axis plot(xax...

10 years 前 | 0

提问


Constrained optimization with fmincon
Hello, I'm trying to optimize a function with respect to a vector of unknowns (theta), under the following constraint sum of the...

10 years 前 | 1 个回答 | 0

1

个回答