[yt-svn] commit/yt-doc: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Fri Jan 4 08:37:33 PST 2013


2 new commits in yt-doc:

https://bitbucket.org/yt_analysis/yt-doc/commits/92799b0a216c/
changeset:   92799b0a216c
user:        brittonsmith
date:        2013-01-04 17:28:21
summary:     Adding WeightedVariance to list of derived quantities.
affected #:  1 file

diff -r 32b3509b6d3f3e7593309dc1ecec1d63b17f87f6 -r 92799b0a216cc40fe20a0bfd49e617c5c8f752c7 source/analyzing/_dq_docstrings.inc
--- a/source/analyzing/_dq_docstrings.inc
+++ b/source/analyzing/_dq_docstrings.inc
@@ -154,3 +154,12 @@
    :param field: The field to average
    :param weight: The field to weight by
 
+.. function:: WeightedVariance(field, weight):
+
+   (This is a proxy for :func:`~yt.data_objects.derived_quantities._WeightedVariance`.)
+    This function returns the variance of a field.
+
+    :param field: The target field
+    :param weight: The field to weight by
+
+    Returns the weighted variance and the weighted mean.


https://bitbucket.org/yt_analysis/yt-doc/commits/13dafaef933d/
changeset:   13dafaef933d
user:        MatthewTurk
date:        2013-01-04 17:37:30
summary:     Merged in brittonsmith/yt-doc (pull request #63: Adding WeightedVariance to list of derived quantities.)
affected #:  1 file

diff -r 6b809c0a8588c8e5acd4bce3508dae19123e755b -r 13dafaef933d5eb7dbafc50ade6444fe42468276 source/analyzing/_dq_docstrings.inc
--- a/source/analyzing/_dq_docstrings.inc
+++ b/source/analyzing/_dq_docstrings.inc
@@ -154,3 +154,12 @@
    :param field: The field to average
    :param weight: The field to weight by
 
+.. function:: WeightedVariance(field, weight):
+
+   (This is a proxy for :func:`~yt.data_objects.derived_quantities._WeightedVariance`.)
+    This function returns the variance of a field.
+
+    :param field: The target field
+    :param weight: The field to weight by
+
+    Returns the weighted variance and the weighted mean.

Repository URL: https://bitbucket.org/yt_analysis/yt-doc/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list