全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件
8034 15
2005-01-08

SYSTAT 11.0 User's Guide

NEW FEATURES IN RELEASE 11

Revamped User InterfaceSYSTAT 11 comes with a thoroughly revamped user interface with increased customization of Menu, Spaces, Toolbars, etc. The menu bar has been reorganized to include two new items --- Utilities and Monte Carlo --- and with Statistics menu item renamed as Analysis. SYSTAT 11 provides for import of new data formats like StatView, Stata, Statistica, JMP, MINITAB and S-Plus. Many existing dialog boxes have been reorganized so that additional settings are tabs instead of additional dialog boxes. All mouse functions have keyboard alternatives. Improved Online HelpDialog box items have new, interactive "what's this" help descriptions. New online HTML and context-sensitive help are available. Extensive tool tips are provided. All dialog box input fields show range value in the tool tips. Dialog boxes with limited parameter entries now come with multiple entries; entries can be added or deleted by the user. Individual command files are provided in the SYSTAT directory for over 500 examples in the manual; with simple modifications to suit their data sets, users can run similar analyses effortlessly. Graphics with Improved Quality and Interactivity SYSTAT 11 now makes use of Microsoft's 16M color palette. It provides for more graph customization and improvement. Its new interactive Graph Editor lets you display each individual element name (e.g. Line, Plot, Histogram, X-axis Legend etc.) on moving the mouse over the editor. Interactive aesthetic change (Line style, Fill Style, Font & Color) of each element is now possible while editing by a right-click. Editing text is done by double-clicking the text elements. The coordinate system can be changed, axes can be set, grid-lines can be hidden or shown, interactively. Different formats for legends and changing the formats can be accomplished from the Graph Editor. The axis variable can be changed to produce another graph using the Graph Editor. Automatic and Mouse Interactive animation are available for three-dimensional graphs. GIF, TIFF, PNG & PS files can be exported. Zoom In & Out feature with selection Zoom and Step Zoom and moving in the graph by holding and dragging the graph using mouse are new features. You can set error bars and draw anchor bars interactively. Polyline, Arrow and Circle are new annotation objects from the Graph Editor. Monte Carlo (Including Markov Chain Monte Carlo) SYSTAT 11 offers the Mersenne-Twister random number generator, a powerful random number generator with many desirable properties, to facilitate modern bootstrap and Monte Carlo exercises. SYSTAT 11 now provides more Random Sampling, IID Monte Carlo, and Markov chain Monte Carlo algorithms to generate random samples from many standard distributions, not-so-standard distributions, and indirectly specified distributions. These features help you to accomplish your simulation tasks and give you computational help to solve your analytically intractable Bayesian problems. Quality Analysis SYSTAT 11 provides a comprehensive set of statistical tools to help in all phases of a quality program in an industry --- Definition, Measurement, Analysis, Improvement and Control phases. It provides additional Control Charts and tools like Gauge R & R, Sigma Measurements, Process Capability Analysis, Taguchi's On-Line SPC and Signal-to-Noise Ratio Analysis of Taguchi Loss Functions. Probability Distributions SYSTAT's suite of 13 distributions has been expanded to 33 discrete and continuous, univariate and multivariate distributions. Desired number of random samples of the same desired size can be drawn from these 33 distributions. Probability calculations (density, cumulative distribution, inverse cumulative distribution functions) can be done driven by menu with dynamic dialog and graphs. Fitting of distributions can be accomplished in respect of the 28 univariate distributions with chi-square goodness-of-fit tests and Kolmogorov-Smirnov tests; Shapiro-Wilk normality test can be performed for normal, lognormal and logit normal distribution fitting. New Regression Techniques

  • Bayesian Regression provides another paradigm for fitting a multiple linear regression model. The prior distribution for the regression parameters used in this feature is the (multivariate) normal-gamma distribution. Bayes estimates and credible intervals for the regression coefficients are computed. Also, the parameters of the posterior distribution are provided along with plots of prior and posterior densities of the regression coefficients.

  • Robust Regression now provides the Least Median of Squares (LMS) regression. Also the Nonlinear Robust Regression procedure has been enhanced with 3 additional weight functions: Ramsay, Andrews, Tukey.

Row Statistics

All the basic statistics and stem-and-leaf plot, including the newly-added P-tiles and N-tiles by seven different methods, are now available for rows as well as for columns. Hypothesis Testing Tests for variances, correlations and proportions are now available. These tests as well as the earlier tests for means, are provided with one-sided alternatives also. Power Analysis Power analysis computations are now available for one-sided alternatives also. Multivariate Analysis The Multivariate Analysis features are now reorganized under one drop-down menu item with the addition of a MANOVA feature incorporating the more-often used test procedures. Matrix Computations All matrix operations and computations can now be performed driven by menu.

7352.rar
大小:(13.83 MB)

只需: 100 个论坛币  马上下载

本附件包括:

  • Statistics_I_II_III.pdf

[此贴子已经被作者于2005-4-12 12:15:55编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2005-1-8 13:52:00

兄弟!!以后先说明一下具体内容好吗?

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2005-1-8 13:55:00
是些发表个人观点的文章!!来至www.blogchina.com/ 博客网站。这个网站很不错[em01]
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2005-1-8 16:01:00
以下是引用whongjiang在2005-1-8 13:52:14的发言:

兄弟!!以后先说明一下具体内容好吗?

就是,好多帖子一点说明都没有~~
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2005-2-17 05:20:00

Systat 11.0

Overview

Monte Carlo methods (Fishman, 1996; Gentle, 1998; Robert and Casella, 1999) are used to estimate a functional of a distribution function using the generated random samples. SYSTAT provides Random Sampling, IID MC, and MCMC algorithms to generate random samples from the required target distribution.

Random Sampling in SYSTAT enables the user to draw a number of samples, each of a given size, from a distribution chosen from a list of 33 distributions (discrete and continuous, univariate and multivariate) with given parameters.

If no method is known for direct generation of random samples from a given distribution or when the density is not completely specified, then IID Monte Carlo methods may often be suitable. The IID Monte Carlo algorithms in SYSTAT are usable only to generate random samples from univariate continuous distributions. IID Monte Carlo consists of two generic algorithms, viz, Rejection Sampling and Adaptive Rejection Sampling (ARS). In these methods an envelope (proposal) function for the target density is used. The proposal density is such that it is feasible to draw a random sample from it. In Rejection Sampling, the proposal distribution can be selected from SYSTAT’s list of 20 univariate continuous distributions. In ARS, the algorithm itself constructs an envelope (proposal) function. The ARS algorithm is applicable only for log-concave target densities.

A Markov chain Monte Carlo (MCMC) method is used when it is possible to generate an ergodic Markov chain whose stationary distribution is the required target distribution. SYSTAT provides two classes of MCMC algorithms: Metropolis-Hastings (M-H) algorithm and the Gibbs sampling algorithm. With the M-H algorithm, random samples can be generated from univariate distributions. Three types of the Metropolis-Hastings algorithm are available in SYSTAT: Random Walk Metropolis-Hastings algorithm (RWM-H), Independent Metropolis-Hastings algorithm (IndM-H), and a hybrid Metropolis-Hastings algorithm of the two. The choice of the proposal distribution in the Metropolis-Hastings algorithms is restricted to SYSTAT’s list of 20 univariate continuous distributions. The Gibbs Sampling method provided is limited to the situation where full conditional univariate distributions are defined from SYSTAT’s library of univariate distributions. It will be advisable for the user to provide a suitable initial value/distribution for the MCMC algorithms. No convergence diagnostics are provided and it is up to the user to suggest the burn-in period and gap in the MCMC algorithms.

From the generated random samples, estimates of means of user-given functions of the random variable under study can be computed along with their variance estimates, relying on the law of large numbers. A Monte Carlo Integration method can be used in evaluating the expectation of a functional form. SYSTAT provides two Monte Carlo Integration methods: Classical Monte Carlo integration and Importance Sampling procedures.

IID MC and MCMC algorithms of SYSTAT generate random samples from positive functions only. Samples generated by the Random Sampling, IID MC and MCMC algorithms can be saved.

The user has a large role to play in the use of the IID MC and MCMC features of SYSTAT and the success of the computations will depend largely on the user’s judicious inputs.

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2005-2-17 05:21:00

Estimating Mean and Variance of a Bounded Posterior Density Function Using RWM-H Algorithm and IndM-H Algorithm


(i) To generate a random sample using the RWM-H algorithm, the selected proposal is uniform(-0.1, 0.1), which is symmetric around zero with small steps. Since the target function is bounded between 0 and 1, the value generated by the initial distribution should lie between 0 and 1 and thus the initial distribution is chosen as uniform(0,1). For getting samples from the posterior and computing its basic statistics, the input is:

MCMC

MH TARGET='(X^16*(1-X))/((-LOG(1-X))^10)'RANGE B =0,1 /RW, SIZE=100000 NSAMPLE=1 BURNIN=500 GAP=30 RSEED=237465

INITSAMP U(0.0,1.0)

PROPOSAL U(-0.1,0.1)

SAVE MHRWSAMP.SYD

GENERATE

USE MHRWSAMP.SYD

STATS

CBSTAT S1/ MAXIMUM MEAN MINIMUM SD VARIANCE N

DENSITY S1 /KERNEL

The output is:

S1

N of cases 100000

Minimum 0.066

Maximum 0.953

Mean 0.528

Standard Dev 0.136

Variance 0.019

The mean and variance from the simulated data are 0.528 and 0.019 respectively.

(ii) When IndM-H is used, the support of the proposal should contain the support of the target function; hence the selected proposal in this example is uniform(0,1). For generating random samples from the posterior and getting its mean and variance, the input is:

MCMC

MH TARGET='(X^16*(1-X))/((-LOG(1-X))^10)' RANGE B =0,1, /IND SIZE=100000 NSAMPLE=1 BURNIN=500 GAP=30 RSEED=65736736

INITSAMP U(0.0,1.0)

PROPOSAL U(0.0,1.0)

SAVE MHINDSAMP.SYD

GENERATE

USE MHINDSAMP.SYD

STATS

CBSTAT S1/ MAXIMUM MEAN MINIMUM SD VARIANCE N

DENSITY S1 / KERNEL

The output is:

S1

N of cases 100000

Minimum 0.066

Maximum 0.966

Mean 0.527

Standard Dev 0.137

Variance 0.019

The mean and variance of the posterior from simulated data obtained by RWM-H algorithm and IndM-H algorithm are approximately 0.528and 0.018 respectively.

[此贴子已经被作者于2005-2-17 5:25:23编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群