|
send_email(to_addr,
from_addr=None,
subject='',
message='')
Send a plain-text email to a single address. |
source code
|
|
|
save(obj,
filename)
Save an object to a file |
source code
|
|
|
|
|
eig(mat)
Return the sorted eigenvalues and eigenvectors of mat. |
source code
|
|
|
bootstrap(data,
num_iterates=100)
Use sampling with replication to calculate variance in estimates. |
source code
|
|
|
|
|
disable_debugging_msgs()
Disable output of debugging messages. |
source code
|
|
|
|
|
|
|
combine_hessians(hesses,
key_sets)
Combine a number of hessians (with possibly different dimensions and
orderings) into a single hessian. |
source code
|
|