Opened 16 years ago
Last modified 16 years ago
#688 closed enhancement
New optional method selectDrawIndex in non linear filters — at Initial Version
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | BSR hierarchy and priors |
Component: | Math | Version: | 1.1.7 |
Severity: | blocker | Keywords: | BSR, non lineal filter |
Cc: |
Description
It's needed a new optional method in non linear filters with next default behaviour
Set selectDrawIndex(Real unused) { Range(1,Card(_.colNames),1) };
This method will be called just before to call draw method of corresponding internal non linear block in order to select which parameters will be drawn. Rest of parameters must be set inside of method selectDrawIndex.
You can use it to apply marginal simulation to some
Note: See
TracTickets for help on using
tickets.