add example about transforming and/or creating variables
See original GitHub issueWe should have at least one example about modifying, transforming and/or creating a variable before plotting, something like
data.posterior['log_temperature'] = np.log(data.posterior.temperature)
data.posterior['diff_temperature'] = data.posterior.temperature1 - data.posterior.temperature2
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Transforming Random Variables: Methods - StudySmarter
An example of transformation of random variables is adding a constant to a random variable. This can happen whenever you need to consider...
Read more >Variables - Make
Create a custom variable · For organization variables, go to the organization dashboard and click Variables > Add organization variable. · For team...
Read more >Create New Variables - Binary Variable(s) - Q - Q Wiki
This tool creates new binary variables from existing data. Binary variables are ones which can take two values, 1 and 0, with the...
Read more >Andor_Software_Development_Kit.pdf
Added Count Convert feature to return data as photons or electrons ... A new directory named 'andor' is created. To install the SDK...
Read more >a user's guide to andor
comprehensive software provide speed and versatility for a range of imaging applications and set-ups. The main components of the Andor iXon CCD are:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, sounds great
Maybe a new notebook? e.g. “Working with the InferenceData” or something similar?
@aloctavodia I’ll add an example in the xarray section of tutorial in the meanwhile