Statistica
7 Domande
0 Risposte
RANK
110.100
of 297.303
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 158.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Newton's method returns NaN when solving
I am trying to solve a 7D system of equations using the Newton's method. However, my code returns NaN after running. I have chec...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How to computing confidence bounds of the regression model using the bootstrap method
I would like to compute and plot the bootstrap confidence bounds of the non-linear regression model. I have computed the bootstr...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Data fit problem, 'Data must be numeric, datetime, duration or an array convertible to double.'
Dear all. I am trying to fit my model to data and determine the confidence interval for the fitted parameters. However, when I r...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Curve fitting to data using fit
I have data x sampled at times t. I would like to fit my function to this data. Below is a code. clear; close all x=[100; 85.4...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Index exceeds the number of array elements (11)
I need help please. I am trying write a program with the following steps: (i) to obtain x(i) and y(i), i=1,2,...,m (ii) to cr...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Is there an easy way to make numerical simulations of the ODE of the form dx1/dt=x1(2-x1-x2), dx2/dt=x2(3-x1-x2-x3) for any xn?
I have tried doing for 'n=5' and here is my code; dx = @(t,x) [x(1); x(1)*(2-x(1)-x(2)); x(2); x(2)*(3-x(1)...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Is there an easy way to make numerical simulations of the ODE of the form dx1/dt=x1(2-x1-x2), dx2/dt=x2(3-x1-x2-x3) for any xn?
I have tried doing for 'n=5' and here is my code; dx = @(t,x) [x(1); x(1)*(2-x(1)-x(2)); x(2); x(2)*(3-x(1)-x(2)-x(...
quasi 7 anni fa | 1 risposta | 0