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
You can specify 'BLACKMAN', 'HAMMING', 'HANNING', 'POVEY', or 'RECTANGULAR' (the default) for the 'windowType' option.
You can specify the optimization solver using the 'algorithm' subparameter within 'nloOpts'. The available options are: 'LBFGS' (limited-memory Broyden-Fletcher-Goldfarb-Shanno), 'SGD' (stochastic gradient descent), 'ADAM' (adaptive moments variant of SGD), and 'HF' (Hessian free, which is experimental).
The 'code' parameter specifies the DATA step code that describes the model or specifies the DS2 code that is used along with an analytic store that you specify in the modelTable or modelTables parameter.
The 'sMethod' parameter accepts 'RMSDF' (weighted root mean square), 'SMVLUE' (minimum variance linear unbiased estimate), or 'SNOWEIGHT' (unweighted estimate). The default is 'SNOWEIGHT'.
Generates histogram bins and simple bin-based statistics for numeric variables.