David Mertens wrote: > > I am working on a wrapper for the TISEAN routines, which are useful for > nonlinear time series analysis. I was thinking about the namespace for > these routines, and I've mostly settled on PDL::TimeSeries::Tisean. > Other time series analysis routines could be added under the > PDL::TimeSeries namespace as developers find need. For example, if > anybody ever gets around to implementing a wavelet analysis, they could > put that under PDL::TimeSeries::Wavelet, or something similar. > > Any thoughts?
Seems reasonable, I would suggest keeping the TISEAN caps as in the library and project name. Makes it easier to remember when the module for the binding is the same as the library it is binding to. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
