lib/numru/ganalysis/eof.rb in gphys-1.2.2.1 vs lib/numru/ganalysis/eof.rb in gphys-1.4.3
- old
+ new
@@ -25,11 +25,12 @@
print "EOF engin is #{@@EOF_engin}\n" if $DEBUG
module_function
- # = Calculate EOF vectors and contribution rate
- # call-seq:
+ # Calculate EOF vectors and contribution rate
+ #
+ # == call-seq
# NumRu::GAnalysis.eof(gphys, dim0[, dim1, ..., dimN[, opts]]) => [eof, rate]
#
# == Arguments
# +gphys+:: GPhys object to be calculated its EOF
# +dim0+, ..., +dimN+:: dimension name (String) or number (Ingeter) to calculate variance or covariance, and those dimensions are not contained in the result EOF vectors.