photo

Joy Tian


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
2 回答

ランク
35,264
of 297,503

評判
1

コントリビューション
8 質問
2 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
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...

9年以上 前 | 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 ...

9年以上 前 | 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.

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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 ...

9年以上 前 | 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...

9年以上 前 | 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年弱 前 | 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年 前 | 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年 前 | 0