photo

Joy Tian


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
2 个回答

排名
35,264
of 299,768

声誉
1

贡献数
8 个提问
2 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Difference in results when running the different version but simple script.
I make my own script about calculating the transition probability of Markov Chain.I run the two scripts and get different result...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Build fourier series on parameters
Hi everyone, I meet a difficulty. I have a mathematical model which needs to take seasonality into consideration. Up to ...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
How can I fit multiple curves onto a base curve/plot
You may try "hold on" if you want to multi-plot on the same graph. And type "hold off" if you have plotted enough.

10 years 前 | 0

提问


Generate sample with a mixed exponential distribution
Hello, I am trying to generate a random sample with an available mixed exponential distribution. It is a custom continuous dist...

10 years 前 | 1 个回答 | 1

1

个回答

提问


how to let mle know
Hello everyone, I am striving on a mle problem on mixed exponential equation on three parameters. The complete pdf functio...

10 years 前 | 1 个回答 | 0

1

个回答

提问


why MLE needs iteration to approximate the parameters?
Hi Matlab fans, I try to use *mle* function in Matlab to get the estimation of parameters. I notice that in the syntax of ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


To run a function
I have a question in my mind. Why we need to put square bracket containing all output arguments ahead of the function when runn...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to estimate the parameters of mixed exponential distribution?
Seek for any advice for detailed simplest solution and coding on Matlab. Assume the dataset is big enough and the data are cl...

10 years 前 | 0 个回答 | 0

0

个回答

提问


How can I use lognormal distribution to fit the non-negative dataset with zero values?
The command I try to use is lognfit. parmhat = lognfit(data)

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Assign an input to an anonymous function
But it doesn't explain to me what is @(x) mean. And how does it relate with anonymous function.

10 years 前 | 0