Opened 21 years ago
Closed 17 years ago
#630 closed defect (fixed)
psVectorFitClipPolynomial?D clarification
| Reported by: | bswift | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I need to pass a psStats object to psVectorFitClipPolynomial1D but when I call
the psStats constructor I need to pass it a psStatsOptions argument. What
options do I need to specify (if any) for the psStats that I give to
psVectorFitClipPolynomial1D? Can I just specify all options (with 0x07FFF)?
Change History (2)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
this has been clarified in the SDRS: the stats parameters supplied are used to perform the clipping analysis.
Note:
See TracTickets
for help on using tickets.

This depends on the implementation. If they use the psStats to do the
statistics, then it matters. On the other hand, if it's only used for storage,
then it doesn't matter and you could just specify 0. To be safe, use
PS_STAT_CLIPPED_MEAN | PS_STAT_CLIPPED_STDEV.
This needs to be clarified in the SDRS.