MCPcopy Create free account

hub / github.com/kwgoodman/la / functions

Functions1,228 in github.com/kwgoodman/la

Method__init__
(self, obj, doc=None, func_doc=None, config={})
doc/sphinxext/docscrape_sphinx.py:200
Method__init__
(self, basename, dirname)
doc/sphinxext/plot_directive.py:208
Method__init__
(self, start_lineno, end_lineno, text)
doc/sphinxext/comment_eater.py:14
Method__init__
(self, start_lineno, end_lineno)
doc/sphinxext/comment_eater.py:38
Method__init__
(self)
doc/sphinxext/comment_eater.py:58
Method__init__
Unparser(tree, file=sys.stdout) -> None. Print the source for tree to file.
doc/sphinxext/compiler_unparse.py:36
Method__init__
(self, *a, **kw)
doc/sphinxext/numpydoc.py:113
Method__init__
Save and load larrys in HDF5 format using a dictionary-like interface. Dictionaries are made up of (key, value) pairs. In an
la/io.py:20
Method__init__
Meet lara, she's a larry-like archive object. Parameters ---------- group : h5py.Group An instan
la/io.py:283
Method__init__
Meet larry, he's a labeled array. Parameters ---------- x : numpy array_like Data, NaN are treat
la/deflarry.py:20
Method__init__
(self2, self)
la/deflarry.py:4836
Method__invert__
Element by element inverting of True to False and False to True. Raises ------ TypeError If larr
la/deflarry.py:591
Method__iter__
(self)
la/io.py:183
Method__le__
Element by element 'less than or equal to' (<=) comparison.
la/deflarry.py:1564
Method__len__
(self)
la/io.py:186
Method__lt__
Element by element 'less than' (<) comparison.
la/deflarry.py:1556
Method__mul__
Multiply a larry with another larry, Numpy array, or scalar. If two larrys are multiplied then the larrys are joined with an inner
la/deflarry.py:794
Method__ne__
Element by element inequality (!=) comparison.
la/deflarry.py:1552
Method__neg__
Return a copy with each element switched with its negative.
la/deflarry.py:462
Method__or__
Logical or a larry with another larry, Numpy array, or scalar. Notes ----- Numpy defines | as bitwise_or; he
la/deflarry.py:884
Method__pos__
Return a copy.
la/deflarry.py:468
Method__pow__
Element by element x**q. Parameters ---------- q : scalar The power to raise to.
la/deflarry.py:274
Function__pyx_pf_7cflabel_1listmap_fill
la/src/cflabel.c:1020
Function__pyx_pf_7cflabel_listmap
la/src/cflabel.c:684
Method__rdiv__
Right divide a larry with a another larry, Numpy array, or scalar.
la/deflarry.py:782
Method__repr__
(self)
doc/sphinxext/comment_eater.py:29
Method__repr__
(self)
doc/sphinxext/comment_eater.py:50
Method__repr__
(self)
la/io.py:220
Method__repr__
(self)
la/deflarry.py:4805
Method__rsub__
Right subtract a larry with a another larry, Numpy array, or scalar.
la/deflarry.py:733
Method__setitem__
(self,key,val)
doc/sphinxext/docscrape.py:115
Method__setitem__
(self, key, value)
la/io.py:199
Method__setitem__
Assign values to a subset of a larry using indexing to select subset. Examples -------- Let's set all elemen
la/deflarry.py:1920
Method__str__
(self, indent=0, func_role="func")
doc/sphinxext/traitsdoc.py:83
Method__str__
(self, func_role='')
doc/sphinxext/docscrape.py:379
Method__str__
(self)
doc/sphinxext/docscrape.py:443
Method__str__
(self, indent=0, func_role="obj")
doc/sphinxext/docscrape_sphinx.py:175
Method_float
(self, t)
doc/sphinxext/compiler_unparse.py:529
Method_int
(self, t)
doc/sphinxext/compiler_unparse.py:500
Method_obj
(self)
doc/sphinxext/docscrape_sphinx.py:50
Function_option_align
(arg)
doc/sphinxext/plot_directive.py:132
Function_option_boolean
(arg)
doc/sphinxext/plot_directive.py:118
Function_option_format
(arg)
doc/sphinxext/plot_directive.py:129
Function_quantileraw1d
(xi, q)
la/farray/normalize.py:225
Method_str
(self, t)
doc/sphinxext/compiler_unparse.py:534
Method_tuple
(self, t)
doc/sphinxext/compiler_unparse.py:537
Methodadd
Add lines to the block.
doc/sphinxext/comment_eater.py:42
Functionappend_larrys
(name, obj)
la/io.py:599
Functionassert_larry
(opname, la, t, lab, msgstr)
la/tests/deflarry_nose_test.py:56
Functionbase_cmp
(a, b)
doc/sphinxext/phantom_import.py:78
Functionbench
(verbose=True)
sandbox/bench.py:8
Functionboot_count_test
boot index iterator test for proper count and uniqueness
la/util/tests/resample_test.py:59
Functionboot_repeatability_test
boot index iterator test for repeatability
la/util/tests/resample_test.py:81
Functioncheck_3d
(func, args)
la/tests/more_test.py:66
Functioncheck_return_array
Check that function returns a numpy array or a scalar.
la/tests/more_test.py:21
Methodclear
Warning: this will delete (unlink) all larrys from the archive!
la/io.py:158
Methodcopyx
Return a copy of a larry's data as a Numpy array. Examples -------- >>> y = larry([1, 2], [['a', 'b']]) >>>
la/deflarry.py:4790
Functioncv_count_test
cv index iterator test for proper count and uniqueness
la/util/tests/resample_test.py:11
Functioncv_repeatability_test
cv index iterator test for repeatability
la/util/tests/resample_test.py:40
Functiondatetime_test
Test datetime.datetime conversion
la/tests/io_test.py:113
Methoddtype
The dtype of the elements (not the labels) in the larry. Examples -------- >>> from la import nan
la/deflarry.py:3967
Methodfilename
filename of archive.
la/io.py:263
Methodfunc
(x)
la/tests/deflarry_test.py:2660
Functionfx
(shape)
sandbox/bench.py:26
Functionget_class_traits
Yield all of the documentation for trait definitions on a class object.
doc/sphinxext/comment_eater.py:142
Functionget_doc_object
(obj, what=None, config=None)
doc/sphinxext/traitsdoc.py:114
Functionheader
(text, style='-')
doc/sphinxext/docscrape.py:408
Functionindent
(str,indent=4)
doc/sphinxext/docscrape.py:397
Functioninfo
la package information such as version number and HDF5 availability.
la/util/report.py:5
Functioninitialize
(app)
doc/sphinxext/phantom_import.py:23
Functionis_archived_larry
True if the key (larry name) is in the archive, False otherwise.
la/io.py:584
Methodis_empty
(line)
doc/sphinxext/docscrape.py:67
Methodis_unindented
(line)
doc/sphinxext/docscrape.py:72
Functionisstring
Return True if input is a str or np.string_.
la/util/misc.py:157
Methoditerkeys
An iterator over the keys.
la/io.py:139
Methoditervalues
An iterator over the values.
la/io.py:144
Methodkeep_label
Keep labels (and corresponding values) that satisfy conditon. Keep labels that satify:
la/deflarry.py:2234
Methodkeep_x
Keep labels (and corresponding values) that satisfy conditon. Set x values that do not satify the condition to NaN. Then, if
la/deflarry.py:2300
Functionlistmap_fill_test
listmap_fill test
la/tests/flabel_test.py:47
Functionlistmap_fill_unmappable_test
listmap_fill unmappable test
la/tests/flabel_test.py:63
Functionlistmap_test
listmap test
la/tests/flabel_test.py:16
Functionlistmap_unmappable_test
listmap unmappable test
la/tests/flabel_test.py:30
Methodlix
Index into a larry using labels or index numbers or both. In order to distinguish between labels and indices, label elements
la/deflarry.py:1800
Functionload
Load a larry from a HDF5 archive. Each larry is stored in a HDF5 group. The group is assigned an attribute named 'larry' which is set to
la/io.py:429
Functionmangle_signature
(app, what, name, obj, options, sig, retann)
doc/sphinxext/numpydoc.py:73
Methodmerge
Merge, or optionally update, a larry with a second larry. Parameters ---------- other : larry The l
la/deflarry.py:3249
Methodmethods
(self)
doc/sphinxext/docscrape.py:489
Methodmove_func
Generic moving window function along the specified axis. Parameters ---------- func : function A
la/deflarry.py:2821
Methodmove_max
Moving window maximum along the specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2663
Methodmove_mean
Moving window mean along the specified axis, ignoring NaNs. Parameters ---------- window : int T
la/deflarry.py:2556
Functionmove_median
Moving window median along the specified axis. Parameters ---------- arr : ndarray Input array. window : int
la/farray/move.py:15
Methodmove_median
Moving window median along the specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2779
Methodmove_min
Moving window minimum along the specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2628
Methodmove_std
Moving window standard deviation along specified axis, ignoring NaNs. Parameters ---------- window : int
la/deflarry.py:2591
Functionmove_unit_maker
Test that different mov methods give the same results on 2d input.
la/farray/tests/move_test.py:14
Functionmove_unit_maker
Test that different mov methods give the same results on 2d input.
la/tests/deflarry_move_test.py:16
Methodmovingsum
(self, window, axis=-1, norm=False)
la/deflarry.py:2877
Methodndim
Number of dimensions in the larry. Examples -------- >>> from la import nan >>> y = larry([1, 2,
la/deflarry.py:3953
Methodnx
Number of finite values (not NaN, -Inf, or Inf) in the larry. Examples -------- >>> from la import n
la/deflarry.py:3909
Methodparse_item_name
Match ':role:`name`' or 'name
doc/sphinxext/docscrape.py:199
← previousnext →401–500 of 1,228, ranked by callers