photo

Liam Walsh

Last seen: 3 days ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
3,383
of 300,592

REPUTATION
16

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,752

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Thankful Level 2
  • First Answer

View badges

Feeds

View by

Answered
Calculate confidence interval of data set
In a similar vein to Ive J's answer, you can either make use of the bootci function or ttest2. bootci will generate confidence ...

14 days ago | 0

| accepted

Answered
How to calculate Standard error of mean as shown in minitab website
To summarize the discussion above, it seems like you are looking to replicate the two-way ANOVA example in Minitab, and get some...

14 days ago | 0

| accepted

Answered
how to fit gaussian model and plot it
glmfit and glmval fit and evaluate generalized linear models, respectively. These can be used to model Gaussian data, but you ne...

16 days ago | 0

| accepted

Answered
Gaussian Distribution
If you have access to Statistics and Machine Learning toolbox, you can also make use of the makedist function, like so: mu = 4;...

16 days ago | 0

Answered
What is ICMFrequency? and How do you specify it?
Hi Pappu, To find the ecdf for interval-censored data, ecdf uses the EMICM algorithm as laid out in: Anderson-Bergman, Cliffo...

3 years ago | 0

| accepted