Statistik
8 Fragen
0 Antworten
RANG
148.542
of 298.649
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 20.641
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 161.878
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can i solve 3 parameters of Weibull distribution under with initial data? like nonliear equation? Or do we have any method for estimate 3 parameters distribution from fail
How can i solve 3 parameters of Weibull distribution under with initial data? like nonliear equation? Or do we have any method f...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
Can we Maximum log likehood for finding parameters' equation? I want to use MLE on matlab to conduct to the equation for three variable m, sigma_0 and sigma_th how can I do it
Hi I wonder can we use MLE syntax on Matlab to conduce the parameter equation for equation (1)? If you guys want more infor...
2 Monate vor | 0 Antworten | 0
0
AntwortenFrage
I have been trying to derivate equation under to find the formula for 3 parameters Weibull distribution as same as picture. Can someone please help me fix it?
syms m sigma_i sigma_0 sigma_th i N lnL = symsum(ln((m/sigma_0) * ((sigma_i - sigma_th) / sigma_0))^(m-1) * exp(-(((sigma_i -...
2 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Find the m of nonlinear equation without initial input m. Please help me, my supervisor ask me to find m without input initial m from right. I know this is nonlinear equation.
% Given data sigma = [ 137.478; 162.072; 162.239; 162.818; 164.010; 164.401; 165.872; 167.721; 169.748; 171.390; 177.637; 1...
9 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Question for using root function.
% Using the MATLAB function “roots” for find non-zero natural frequencies % define symbolic variable w syms w; % Given par...
12 Monate vor | 0 Antworten | 0
0
AntwortenFrage
Find natural equation w with 5 dof
% Using matrix to determine natural frequency w of 5 DOF clc; % Clear command window clear; % Clear workspace syms w...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Matrix must be square error and Error in PartA. how do I solve it?
clc; % Clear command window clear; % Clear workspace syms w; % Define w as a symbolic variable % Define masses, damping coeff...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to add unknow parameter in matrix and solve it by use det() syntax for finding w
% under is what i did but seen it is not work for det(A) for find w clc % clear history command and past result syms w; m1 = ...
etwa ein Jahr vor | 3 Antworten | 0