Gord Stephen

Results 7 issues of Gord Stephen

The nuclear unit ramp rate is given as 20 MW/min, about 5x higher than the comparably-sized gas CCs and coal units. Is that intentional?

Is there any reason there's currently no constructor to create an uninitialized AxisArray? I.e. something like: ```julia AxisArray{T,N,D}(axes::Axis...) ``` This seems pretty straightforward, I'm happy to submit a PR -...

The docs are incorrect in a few spots: - Occasional references to exporting a CRUDCollection 'member' property (should be 'wildcard'). - CRUDCollection 'update' docs describe the 'obj' callback parameter as...

Since structural time series models only require fitting process and observation error variance parameters (unlike ARIMA models, for example), the gradient of the log-likelihood function can be computed analytically, providing...

That way TimeModels.jl can just focus on specifying particular time series models (ARIMA-family, structural time series, GARCH, etc) and providing algorithms and a nice interface for parameter estimates. More generally...

I've been looking at Durbin and Koopman's smoothing algorithm (page 17 of [this PDF](https://www.kevinsheppard.com/images/2/23/Kalman_durbin_koopman.pdf)) as a way to avoid repeatedly inverting the state covariance matrices - the method actually doesn't...

It's not that important, but since this package implements a data structure called `TimeArray`, shouldn't the package be called TImeArrays.jl? Eventually (once TimeModels.jl is in better shape and integrates more...

speculative