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

Improve help text/ documentation #115

Open
pucicu opened this issue Apr 13, 2021 · 2 comments
Open

Improve help text/ documentation #115

pucicu opened this issue Apr 13, 2021 · 2 comments
Labels
documentation good first issue An easy issue, suitable for new contributors.

Comments

@pucicu
Copy link

pucicu commented Apr 13, 2021

Hi,

I have again the request to improve the documentation for some functions. In particular, it would be very helpful to have examples of several use cases in the documentation string.

For example, when calculating the recurrence matrix from a given 2-column vector (w/o embedding), it would be first necessary to create a DataSet type variable using tr = Dataset(x);. What about including such example:

x = rand(100,1)
tr = Dataset(x);
R = RecurrenceMatrix(tr, 0.1, fixedrate=true)

and similar for embedding

x = sin.(0:.01:12)
tr = embed(x, 2, 177);
R = RecurrenceMatrix(tr, 0.1, fixedrate=true)

Thanks!
Norbert


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Datseris
Copy link
Member

Datseris commented Apr 13, 2021

Hi,

sure, but where do you think this example should be? In the docstring of RecurrenceMatrix?

@pucicu
Copy link
Author

pucicu commented Apr 13, 2021 via email

@Datseris Datseris added documentation good first issue An easy issue, suitable for new contributors. labels Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation good first issue An easy issue, suitable for new contributors.
Projects
None yet
Development

No branches or pull requests

2 participants