photo

Prachi Singh


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
168,088
of 300,753

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to calculate standard errors for estimated parameters for a 3-parameter Weibull Distribution?
Hi, The example discussed below provides a code for estimating parameters of a three-parameter weibull distribution. I am int...

7 years ago | 1 answer | 0

1

answer

Question


Problem using Hessian function
Hi , I am trying to calculate the hessian of the following function : --------------- function logl = tryseven(p, xda...

9 years ago | 1 answer | 0

1

answer

Question


Problem in solution from Linprog
Hi, I am using linprog to solve for parameters of the following problem - minimise -a subject to constraint : a + b*x ...

9 years ago | 1 answer | 0

1

answer

Question


Standard Errors after fmincon using fminunc
Hi, I am running a MLE using fmincon, however I am not sure how to calculate standard errors of the estimated parameters. It ...

9 years ago | 0 answers | 0

0

answers

Question


Using Minimum Distance Estimator when MLE fails
Hi, I want to estimate 4 parameters for the following problem - y = a + bx + e , where e follows a two parameter (call...

9 years ago | 0 answers | 0

0

answers

Question


Initial value problem for fmincon
Hi, I am trying to estimate 4 parameters for the following problem: y = p(3) + p(4)*x + e where e follows a two parame...

9 years ago | 0 answers | 0

0

answers

Question


"Not enough input arguments"
I am trying to run the below code - -------------------- %Code: p_initial = [0.1, 0.1, 0.1, 0.1]; options ...

9 years ago | 1 answer | 0

1

answer

Answered
Multivariate Linear Regression with Weibull errors
Hi John, I am trying to run the below code - -------------------- %Log likelihood function for 4 parameter model(2 line...

9 years ago | 0

Question


Multivariate Linear Regression with Weibull errors
Hi, I am trying to run a linear regression where the dependent variable lies between 0 and 1. The errors are distributed by ...

9 years ago | 2 answers | 0

2

answers