QuickHelper

(10)

$20/per page/

About QuickHelper

Levels Tought:
Elementary,High School,College,University,PHD

Expertise:
Accounting,Applied Sciences See all
Accounting,Applied Sciences,Business & Finance,Chemistry,Engineering,Health & Medical Hide all
Teaching Since: May 2017
Last Sign in: 356 Weeks Ago, 6 Days Ago
Questions Answered: 20103
Tutorials Posted: 20155

Education

  • MBA, PHD
    Phoniex
    Jul-2007 - Jun-2012

Experience

  • Corportae Manager
    ChevronTexaco Corporation
    Feb-2009 - Nov-2016

Category > Accounting Posted 31 Aug 2017 My Price 11.00

MATLAB urgent paper

Question description

 

TITLE project ( DEVELOPING NONLINEAR EWMA CONTROL CHART)



This code matlab for EWMA . 
I want develop that by polynomial EWMA(cubic polynomial)
Code matlab (attach file) for EWMA 
function smoothed_z = EWMANL(z,L,a,b,zo)
%
% Computes the exponentially weighted moving average (with memory L) of
% input data z, with the addition of an embedded nonlinear computation
% that can be used to account for time-varying parameters
%

lambda = 0.1;

smoothed_z = zeros(size(z));
for i = 1:size(z,1);
for j = 2:size(z,2);
smoothed_z(i,i) = lambda * z(i) + (1-lambda)* 10;
smoothed_z(i,j) = lambda * z(i,j) + (1-lambda) * smoothed_z(i,j-1) 

end
end



The fundamental equation for EMWA is 
⦁ Develop EWMA to new model (Depending on the polynomial ) ( by matlab can use code Above )
⦁ (The new model is called poly-EWMA)
⦁ I want get the equation for new model (Poly-EWMA ) 
⦁ I want get control limit for both (EWMA and new Model) at table 1,2 (result and figure) . With a discussion of the difference between them
⦁ I want get ( ARL -Average Run Length and SDAR ) FOR EWMA and Poly- EWMA at 
table 1 , 2 (attach files) . (result and figure) . With a discussion of the difference between them
⦁ I want to prove the Poly-EWMA better than EWMA ..
Way of writing chapter



⦁ Methodology (1/2 page)
⦁ Empirical Data (1 pages)
⦁ Results Of Empirical Data (1pages)
⦁ CONCLUSION(1/4 pages)

MATERIALS

modified_ewma.pdf

 

empirical_data_new.docx

 

develop__ewma_control_chart_for_time.docx

Answers

(10)
Status NEW Posted 31 Aug 2017 07:08 AM My Price 11.00

Hel-----------lo -----------Sir-----------/Ma-----------dam----------- T-----------han-----------k Y-----------ou -----------for----------- us-----------ing----------- ou-----------r w-----------ebs-----------ite----------- an-----------d a-----------cqu-----------isi-----------tio-----------n o-----------f m-----------y p-----------ost-----------ed -----------sol-----------uti-----------on.----------- Pl-----------eas-----------e p-----------ing----------- me----------- on----------- ch-----------at -----------I a-----------m o-----------nli-----------ne -----------or -----------inb-----------ox -----------me -----------a m-----------ess-----------age----------- I -----------wil-----------l

Not Rated(0)