Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
189.936
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
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
Mean and standard deviation in six sigma
I wrote code to calculate the mean and standard deviation (sigma) for values like 1 sigma, 2 sigma, and 3 sigma. However, I noti...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find standard deviation in six sigma format?
I have plot my data with the help of scater plot. But in data statistics it is only mean and standard deviation. I need my plot ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to divide a matrix to its maximum value?
How to divide a matrix to its maximum value?
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I am getting error "Index in position 2 exceeds array bounds (must not exceed 6)"
function [u,s,v,x,sigma]=pcarep(xi,nf) % function [u,s,v,x,sigma]=pcarep(xi,nf) % PCA reproduction of the original data matrix...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I am unable to write a code for INEXACT LINE SEARCH WITH WOLFE CONDITION. Please help
function alpha = mb_nocLineSearch(f,gradF,x,dir,slope0,of) c1 = 0.001; % parameter for curvature condition c2 = 0.1; if ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
This is for two variable optimization problem using conjugate gradient method but I need to modify the provided code below so that I can check any function having more than two variable lets say 5 variables. Please help me I am new in matlab.
clc clear format long % Function Definition (Enter your Function here): syms X Y; f = -X - Y + 0.5*X^2 + X*Y + Y^2; % Init...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
someone please help me. I have made a 2 variable code for optimization, I want code for "n" no. of variables.
clc clear format long % Function Definition (Enter your Function here): syms X Y; f = -X - Y + 0.5*X^2 + X*Y + Y^2; % Init...
más de 4 años hace | 1 respuesta | 0