Re: [R] Multivariate control charts in R ?
My favorite Control chart is based on MASF - Multivariate Adaptive Statistical Filtering and it is called IT-Control Charts (good to use against date-time stamped data like System performance metrics. I have recently started using R to build IT-Control Chart and I am publishing my progress in my blog - System Management by Exception( http://itrubin.blogspot.com http://itrubin.blogspot.com ) . See the last posting related to your question: http://itrubin.blogspot.com/2012/03/r-script-to-plot-it-control-chart.html R-script to plot IT-Control Chart against MySQL -- View this message in context: http://r.789695.n4.nabble.com/Multivariate-control-charts-in-R-tp2336576p4496572.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Re: [R] plotting moving range control chart
My favorite Control chart is based on MASF - Multivariate Adaptive Statistical Filtering and it is called IT-Control Charts (good to use against date-time stamped data like System performance metrics. And that is actually based on moving range that MASF calls as a reference set. I have recently started using R to build IT-Control Chart and I am publishing my progress in my blog - System Management by Exception( http://itrubin.blogspot.com http://itrubin.blogspot.com ) . See the last posting related to your question: http://itrubin.blogspot.com/2012/03/r-script-to-plot-it-control-chart.html R-script to plot IT-Control Chart against MySQL -- View this message in context: http://r.789695.n4.nabble.com/plotting-moving-range-control-chart-tp848263p4496577.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Re: [R] Multivariate control charts in R ?
Just additional comment to my previous comment: The most important part of A Control chart and especially MASF chart is data that is suppose to BE pre-processed (ETLed) to a Data Cubical format before chart is actually plotted. I wrote R-script using RODBC package to illustrate how that works. See my code and the result in my following post: http://itrubin.blogspot.com/2012/03/r-script-to-aggregate-etl-to-mysql.html "R-Script to Aggregate (ETL to MySQL) Actual data with Base-line data for IT-Control Charts" -- View this message in context: http://r.789695.n4.nabble.com/Multivariate-control-charts-in-R-tp2336576p4510640.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Re: [R] plotting moving range control chart
See one more R-script (to prepare data for MASF Control Chart) in my other blog post: http://itrubin.blogspot.com/2012/03/r-script-to-aggregate-etl-to-mysql.html R-Script to Aggregate (ETL to MySQL) Actual data with Base-line data for IT-Control Charts -- View this message in context: http://r.789695.n4.nabble.com/plotting-moving-range-control-chart-tp848263p4510643.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.