Community Profile

photo

Ferra


University of Arizona

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Parameter estimation using Nonlinear Regression
Hi all I'm trying to estimate parameters of a function by nonlinear regression using "NonLinearModel.fit". My code is as foll...

10 years ago | 0 answers | 0

0

answers

Answered
Problem with solving an equation that includes beta CDF
Any idea?!

10 years ago | 0

Question


Problem with solving an equation that includes beta CDF
Hi all I want to solve an equation that involve the CDF of a beta distribution, but it gives me error: syms x; solve(beta...

10 years ago | 1 answer | 0

1

answer

Answered
I have a problem in writing the code for quad2d
Any idea? Please someone tell me what's the problem with this code! I really appreciate it!

10 years ago | 0

Question


I have a problem in writing the code for quad2d
Hi Could anyone tell me what's the problem with this code: fun = @(x,y) (1./(2.* pi.* rint)) .* exp( - (x.^2 + y.^2)/(2.*...

10 years ago | 2 answers | 0

2

answers

Question


Warning: Explicit integral could not be found.
Hi I'm trying to solve this integral but it gives me this error: Warning: Explicit integral could not be found. syms ...

11 years ago | 2 answers | 0

2

answers