LISTEXAMPLE—Example of LIST data type

Use this forum for posting example programs or short bits of sample code.
Post Reply
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

LISTEXAMPLE—Example of LIST data type

Post by TomDoan »

LISTEXAMPLE.RPF is an example of the use of a LIST aggregate type, using a LIST[INTEGER] to add and remove "outliers" from a regression.

Detailed Description
Post Reply