summed-objects | R Documentation |
Contains the summations in the log scale. The value can either be an approximation to an infinite series or a finite sum.
## S3 method for class 'summed'
print(x, ...)
## S3 method for class 'summed'
as.double(x, ...)
x |
The |
... |
Currently unused. |
For print
: The invisible object.
For as.numeric
/as.double
: The approximated sum.
sum
The resulting sum in the log scale.
n
The performed number of iterations. This value represents the number of series elements evaluations performed during the summation.
method
The method used for the summation.
maxReached
TRUE
or FALSE
. Indicates whether the
maximum iterations was reached.
infiniteSum()
, infiniteSum_batches()
and
finiteSum()
for available methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.