MCPcopy Create free account

hub / github.com/kwgoodman/la / functions

Functions1,228 in github.com/kwgoodman/la

↓ 1 callersFunction__Pyx_GetException
la/src/cflabel.c:1696
↓ 1 callersFunction__Pyx_ImportModule
la/src/cflabel.c:2256
↓ 1 callersFunction__Pyx_InitCachedBuiltins
la/src/cflabel.c:1367
↓ 1 callersFunction__Pyx_InitCachedConstants
la/src/cflabel.c:1379
↓ 1 callersFunction__Pyx_InitGlobals
la/src/cflabel.c:1386
↓ 1 callersFunction__Pyx_InitStrings
la/src/cflabel.c:2347
↓ 1 callersFunction__Pyx_PyInt_AsInt
la/src/cflabel.c:1873
↓ 1 callersFunction__Pyx_PyInt_AsUnsignedLongLong
la/src/cflabel.c:2003
↓ 1 callersFunction__Pyx_PyObject_IsTrue
la/src/cflabel.c:2379
↓ 1 callersFunction__Pyx_RaiseDoubleKeywordsError
la/src/cflabel.c:1578
↓ 1 callersFunction__Pyx_RaiseNoneIndexingError
la/src/cflabel.c:1691
↓ 1 callersFunction__Pyx_SetItemInt_Generic
la/src/cflabel.c:479
↓ 1 callersFunction__Pyx_TypeTest
la/src/cflabel.c:1742
↓ 1 callersFunction__Pyx_check_binary_version
la/src/cflabel.c:2178
↓ 1 callersMethod__sub__
Subtract a larry from another larry, Numpy array, or scalar. If two larrys are subtracted then the larrys are joined with an
la/deflarry.py:690
↓ 1 callersFunction_create_nested_groups
Create a nested set of groups.
la/io.py:688
↓ 1 callersFunction_list2array
Convert list to array if elements are of the same type, raise otherwise.
la/io.py:624
↓ 1 callersMethod_parse_index
.. index: default :refguide: something, else, and more
doc/sphinxext/docscrape.py:244
↓ 1 callersMethod_parse_param_list
(self,content)
doc/sphinxext/docscrape.py:169
↓ 1 callersMethod_parse_see_also
func_name : Descriptive text continued text another_func_name : Descriptive text func_name1, func_name2, :meth:`f
doc/sphinxext/docscrape.py:189
↓ 1 callersMethod_parse_summary
Grab signature (if given) and summary
doc/sphinxext/docscrape.py:263
↓ 1 callersMethod_read_sections
(self)
doc/sphinxext/docscrape.py:157
↓ 1 callersMethod_str_examples
(self)
doc/sphinxext/docscrape_sphinx.py:161
↓ 1 callersMethod_str_extended_summary
(self)
doc/sphinxext/traitsdoc.py:80
↓ 1 callersMethod_str_extended_summary
(self)
doc/sphinxext/docscrape.py:320
↓ 1 callersMethod_str_extended_summary
(self)
doc/sphinxext/docscrape_sphinx.py:33
↓ 1 callersMethod_str_field_list
(self, name)
doc/sphinxext/docscrape_sphinx.py:14
↓ 1 callersMethod_str_index
(self)
doc/sphinxext/docscrape_sphinx.py:123
↓ 1 callersMethod_str_member_list
Generate a member listing, autosummary:: table where possible, and a table where not.
doc/sphinxext/docscrape_sphinx.py:57
↓ 1 callersMethod_str_param_list
(self, name)
doc/sphinxext/docscrape_sphinx.py:36
↓ 1 callersMethod_str_see_also
(self, func_role)
doc/sphinxext/docscrape_sphinx.py:108
↓ 1 callersMethod_str_signature
(self)
doc/sphinxext/docscrape_sphinx.py:23
↓ 1 callersMethod_str_summary
(self)
doc/sphinxext/traitsdoc.py:77
↓ 1 callersMethod_str_summary
(self)
doc/sphinxext/docscrape.py:314
↓ 1 callersMethod_str_summary
(self)
doc/sphinxext/docscrape_sphinx.py:30
↓ 1 callersMethod_str_warnings
(self)
doc/sphinxext/docscrape_sphinx.py:116
↓ 1 callersMethod_strip
(self,doc)
doc/sphinxext/docscrape.py:135
↓ 1 callersFunctionarchive_directory
Return a list of the keys (larry names) in the archive.
la/io.py:595
↓ 1 callersFunctionassert_iscopy
Return True if there are no shared references
la/util/testing.py:205
↓ 1 callersFunctionassert_isview
Return True if there are only references
la/util/testing.py:222
↓ 1 callersFunctionautoscaler
(timer, mintime)
sandbox/autotimeit.py:10
↓ 1 callersFunctionautotimeit
(stmt, setup='pass', repeat=3, mintime=0.2)
sandbox/autotimeit.py:4
↓ 1 callersFunctioncovMissing
Covariance matrix adjusted for missing returns. covMissing returns the covariance matrix adjusted for missing returns. R (NxT) is log st
la/farray/misc.py:136
↓ 1 callersFunctiondatetime2tuple
Convert datetime.datetime to tuple; tzinfo, if any, is lost.
la/io.py:701
↓ 1 callersFunctiondedent_lines
Deindent a list of lines maximally
doc/sphinxext/docscrape.py:404
↓ 1 callersFunctiondelete
Delete a larry from a HDF5 archive. Parameters ---------- file : str or h5py.File Filename or h5py.File object of the ar
la/io.py:494
↓ 1 callersFunctiondemedian
Subtract the median along the specified axis. Parameters ---------- arr : ndarray Input array. axis : {int, None}, o
la/farray/normalize.py:326
↓ 1 callersFunctiondivide
Divide two larrys element-wise using given join and fill methods. Parameters ---------- lar1 : larry The larry on the le
la/flarry.py:1151
↓ 1 callersFunctiondup23
Stack a 2d array to make a 3d array. Used in this module to compare reduction operations on 2d and 3d arrays. Example ----
la/tests/deflarry_nose_test.py:19
↓ 1 callersFunctionfetch_historical_yahoo
Fetch historical data for ticker between date1 and date2. date1 and date2 are date or datetime instances, or (year, month, day) sequences.
la/external/matplotlib.py:56
↓ 1 callersMethodfilenames
(self)
doc/sphinxext/plot_directive.py:216
↓ 1 callersFunctionformat_template
(template, **kw)
doc/sphinxext/plot_directive.py:155
↓ 1 callersMethodfreespace
The number of bytes of freespace in the archive.
la/io.py:239
↓ 1 callersMethodfromcsv
Load a larry from a csv file. The type information of the labels is not contained in a csv file. Therefore, a label
la/deflarry.py:4584
↓ 1 callersMethodfromdict
Convert a dictionary to a larry. The input data, if there are N dimensions and M data points, should have this form::
la/deflarry.py:4482
↓ 1 callersFunctionfunctions
()
la/tests/all_nan_test.py:16
↓ 1 callersFunctionget_doc_object
(obj, what=None, doc=None, config={})
doc/sphinxext/docscrape_sphinx.py:209
↓ 1 callersFunctionget_shapes
()
la/tests/empty_larry_test.py:178
↓ 1 callersFunctiongetfuncs
(argint, argfrac, argsector)
la/tests/test_3d.py:13
↓ 1 callersFunctiongetnplabel3d
constructs list of labels for comparison with generic larry does not preserve ordering of labels in each axis
la/tests/slicing_test.py:71
↓ 1 callersFunctiongetnplabel3dm
constructs list of labels for comparison with generic larry preserves ordering of labels in each axis, usable for morph comparison
la/tests/slicing_test.py:82
↓ 1 callersMethodgroup_ranking
Group (e.g. sector) ranking along columns. The row labels of the object must be a subset of the row labels of the group.
la/deflarry.py:3071
↓ 1 callersFunctionimport_phantom_module
Insert a fake Python module to sys.modules, based on a XML file. The XML file is expected to conform to Pydocweb DTD. The fake module wi
doc/sphinxext/phantom_import.py:32
↓ 1 callersMethodisinf
Returns a bool larry with -Inf and Inf replaced by True, others False. Returns ------- out : larry Retur
la/deflarry.py:564
↓ 1 callersFunctionlar
()
la/tests/larry_axis_test.py:12
↓ 1 callersFunctionlhs
()
la/tests/deflarry_nose_test.py:607
↓ 1 callersFunctionlist2index
Convert a list to a unique list and the corresponding indices.
la/flabel.py:190
↓ 1 callersFunctionlooks_like_issubclass
Return True if the object has a class or superclass with the given class name. Ignores old-style classes.
doc/sphinxext/traitsdoc.py:100
↓ 1 callersFunctionmakefig
Run a pyplot script *code* and save the images under *output_dir* with file names derived from *output_base*
doc/sphinxext/plot_directive.py:484
↓ 1 callersFunctionmangle_docstrings
(app, what, name, obj, options, lines, reference_offset=[0])
doc/sphinxext/numpydoc.py:24
↓ 1 callersMethodmorph_like
Morph along all axes to align with given larry. If label elements in `lar` do not exist in the larry, then a fill value is u
la/deflarry.py:3193
↓ 1 callersFunctionmove_nanmedian
Moving window median along the specified axis, ignoring NaNs. Parameters ---------- arr : ndarray Input array. windo
la/farray/move.py:57
↓ 1 callersFunctionmove_nanranking
Moving window ranking along the specified axis, ignoring NaNs. The output is normalized to be between -1 and 1. For example, with a window
la/farray/move.py:102
↓ 1 callersMethodmove_ranking
Moving window ranking along the specified axis, ignoring NaNs. The output is normalized to be between -1 and 1. For example, with a
la/deflarry.py:2698
↓ 1 callersFunctionmultiply
Multiply two larrys element-wise using given join and fill methods. Parameters ---------- lar1 : larry The larry on the
la/flarry.py:1031
↓ 1 callersMethodnew_comment
Possibly add a new comment. Only adds a new comment if this comment is the only thing on the line. Otherwise, it extends the
doc/sphinxext/comment_eater.py:96
↓ 1 callersMethodnew_noncomment
We are transitioning from a noncomment to a comment.
doc/sphinxext/comment_eater.py:89
↓ 1 callersFunctionparse_yahoo_historical
Parse the historical data in file handle fh from yahoo finance. Return a list of tuples containing date, open, close, high, low, vo
la/external/matplotlib.py:28
↓ 1 callersMethodprocess_file
Process a file object.
doc/sphinxext/comment_eater.py:68
↓ 1 callersMethodprocess_token
Process a single token.
doc/sphinxext/comment_eater.py:75
↓ 1 callersFunctionpush
Fill missing values (NaN) with most recent non-missing values if recent.
la/farray/normalize.py:201
↓ 1 callersFunctionquantile
Convert elements in each column to integers between 1 and q then normalize. Result is normalized to -1, 1. Parameters -----
la/farray/normalize.py:242
↓ 1 callersFunctionquotes_historical_yahoo
Get historical data for ticker between date1 and date2. date1 and date2 are datetime instances or (year, month, day) sequences. See
la/external/matplotlib.py:80
↓ 1 callersMethodread_to_next_unindented_line
(self)
doc/sphinxext/docscrape.py:71
↓ 1 callersFunctionreduce_methods
()
la/tests/empty_larry_test.py:162
↓ 1 callersFunctionrepack
Repack archive to remove freespace. Parameters ---------- file : h5py File or str A h5py File instance of an archive suc
la/io.py:548
↓ 1 callersFunctionrhs
()
la/tests/deflarry_nose_test.py:609
↓ 1 callersFunctionrowWrapper
(row)
la/external/prettytable.py:24
↓ 1 callersFunctionrun
(arguments, content, options, state_machine, state, lineno)
doc/sphinxext/plot_directive.py:219
↓ 1 callersFunctionrun
()
la/tests/deflarry_test.py:4380
↓ 1 callersFunctionrun
()
la/tests/io_test.py:104
↓ 1 callersFunctionrun
()
la/util/tests/misc_test.py:48
↓ 1 callersFunctionrun_code
(code, code_path, ns=None)
doc/sphinxext/plot_directive.py:435
↓ 1 callersFunctionsave
Save a larry in HDF5 format. Each larry is stored in a HDF5 group. The group is assigned an attribute named 'larry' which is set to True
la/io.py:346
↓ 1 callersMethodsearch_for_comment
Find the comment block just before the given line number. Returns None (or the specified default) if there is no such block.
doc/sphinxext/comment_eater.py:120
↓ 1 callersMethodset
Set one x element given a list of label names. Give one label name (not label index) for each dimension. Pa
la/deflarry.py:1965
↓ 1 callersMethodsetup
(self)
la/util/tests/testing_test.py:15
↓ 1 callersMethodshape
Shape of the larry as a tuple. Examples -------- >>> from la import nan >>> y = larry([1, 2, nan]
la/deflarry.py:3939
↓ 1 callersMethodsign
Element by element sign of the element. Returns -1 if x < 0; 0 if x == 0, and 1 if x > 0. Returns -
la/deflarry.py:216
↓ 1 callersFunctionsplit
Split into train and test data along give axis. Parameters ---------- data : larry, Numpy array The data to split into t
la/util/resample.py:136
← previousnext →201–300 of 1,228, ranked by callers