The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
The `limitN` parameter specifies a nominal sample size for the control limits. If you provide a value for `limitN`, the control limits are calculated for that fixed sample size. Subgroups with sample sizes that do not match this nominal size may be excluded from the analysis, depending on other parameter settings.
The autoregressive polynomials are specified using the 'p' parameter within the 'estimate' options. You can define one or more polynomial factors, each with its list of lags.
The seed parameter specifies a seed for starting the pseudorandom number generator. The default value is 0, and the range is 0 to 4294967295.
Yes, the documentation provides a specific note for Python and R clients regarding the loading of an action set, which should be consulted for details.
The 'store' parameter allows you to save the resulting model in a CAS table as a binary large object (blob) for future scoring with the 'mbcScore' action.