Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generation of stochastic processes with evaluate function #213

Open
marcobehrendt opened this issue Sep 26, 2024 · 2 comments
Open

Generation of stochastic processes with evaluate function #213

marcobehrendt opened this issue Sep 26, 2024 · 2 comments
Assignees
Labels
enhancement Improvement of existing code

Comments

@marcobehrendt
Copy link
Collaborator

The evaluate function in spectralrepresentation requires a DataFrameRow. That means that currently only one process realisation can be generated at a time and if more process realisations shall be generated, a for-loop is required. Maybe it might be worthwhile to change the evaluate function that also multiple process realisation can be generated in one step.

@mbvoyager
Copy link
Collaborator

I agree that another multiple dispatch that supports DataFrames directly would increase user friendlyness and looks nicer.

@FriesischScott
Copy link
Owner

I'm making some changes here. The spectral representation shouldn't even be using DataFrame inputs at all. I'm reworking it so the inputs are vectors and matrices for evaluation of multiple processes.

DataFrames should only be used when a Model is involved.

@FriesischScott FriesischScott added enhancement Improvement of existing code and removed discussion labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing code
Projects
None yet
Development

No branches or pull requests

3 participants