wesleynotwise
Followers: 0 Following: 0
Estadística
27 Preguntas
0 Respuestas
CLASIFICACIÓN
39.842
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
27 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
pvalues = zero?
The pvalues of the coefficients and model are equal to zero. Are they too significant to be true? mdl = Nonline...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding a New Column to a Table but get a warning?
Hello. I wanted to add a new column from a (500 x 4) Table, with some conditions, to another (500 x 13) Table. Not so sure why...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
RMSE of Weighted Nonlinear Regression
I fit a nonlinear model with weight and without weight. Whilst there is an improvement in R-squared in the weighted model, its R...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
if elseif else in Table
I have a column in my table containing numerical data, where I want to make them into 4 specific groups in a new column in the s...
más de 7 años hace | 2 respuestas | 1
2
respuestasPregunta
Artificial Neural Network - Equations?
Let say I want to predict the strength of a composite material using ANN. Is it possible to return a series of equations in the ...
más de 7 años hace | 4 respuestas | 0
4
respuestasPregunta
Initial values in nlinfit or fitnlm
I am trying to run a non-linear multiple variable model in Matlab. The model has about 20 coefficients. I have been using 1s as ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
nlinfit and lsqcurvefit for problems with multiple variables?
Am I right to say that the *nlinfit* and *lsqcurvefit* are unable to solve non-linear problem with multiple variables?
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to put 2 subplots as 1 subplot without merging their data?
I have created five subplots in one figure, where the data was grouped based on the country, say: Country A, B, C, D and E. ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Nonlinear regression + Cross Validation = possible?
Hello. World. I want to know is it possible to perform cross validation on nonlinear regression model?
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Scatter chart: How to adjust the transparency of marker?
Wondering how to change the transparency of marker from plot tools? At the moment, I can only adjust the line thickness and lin...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Axis interval of scatter plot
Is there a more intelligent method to specify the interval of the axis of a scatter plot? fig1 = gscatter(x,y, 'k', '.') ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Power Log Zero Returns as Zero?
Can someone solve this maths mystery in Matlab? why log(0) returns as -Inf, but 5^log(0) returns as zero? log(0) ans...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding new columns in a Table?
I think this should be quite simple, but somehow I couldn't find the solution online. I have two Tables, eg: Table1 and Table...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find a particular data in a residuals plot
I have a residual plot ( _using plotResiduals(mdl, 'fitted')_)where the data is taken from a Table. Since I know the row num...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Table back to its original form?
So one can sort the data in any column of a table in an ascending / descending order from the drop-down list on the heading. How...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Heteroscedasticity: plotResiduals vs archtest
I know that one can use ' *plotResiduals(mdl, 'fitted')*' to check the presence of heteroscedasticity in the residuals. Wonderin...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
anonymous function + IF + fitnlm = possible?
Hello. Is it possible to have an anonymous function combined with an If statement in a non-regression function? something like ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Scatter plot: Data exclusion
I have my data stored in a table form, and I would like to have a scattered plot without certain data. How can this be done? ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
ismember: how to read the results quicker?
Hello. I would like to know how to return real values instead of logical values when the 'ismember' is used? eg: A = [1 ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Scattered plot for different groups of data, subplot?
Let say I have a table which contains three columns, Country (4 countries), Variable x and Response y. I would like to know how ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing leverage = infinite loop?
I have a nonlinear model and I used plotDiagnostics (model, 'leverage') to find observations with high leverage. However,aft...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Re-order legend but mismatch colour?
I want to differentiate my data in a scattered plot based on the source of data, e.g. USA, Italy, UK and France. I realised that...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot: Predicted vs Actual Response and Residuals vs Predictors?
I have a regression model, and I would like to create two plots to examine its validity. The first plot is predicted vs actua...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Nonlinear regression with categorical predictor?
Suppose I have the following equation y = (k1|x1)*(k2*x2)*(k3*x3^(1/k4)) where k1 is a coefficient depending on variable ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
gname to display more than one label
I would like to know is there a way to display two labels for a point? This command does not work gname(car_model, car_y...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Reading Table at fixed interval?
For the following two commands Table(1:10, :) %first Table(1:2:10, :) %second I know the first command will show the ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to assign specific value for character
I have a cell array of character vectors, let say A = {'r' 'b' 'g'; 'g' 'r' 'b'; 'b' 'r' 'g'} how do I change this chara...
más de 7 años hace | 2 respuestas | 0