8.1.1.6.1.10. skimpy.sampling.utils

[———]

Copyright 2017 Laboratory of Computational Systems Biotechnology (LCSB), Ecole Polytechnique Federale de Lausanne (EPFL), Switzerland

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIE CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

8.1.1.6.1.10.1. Functions

calc_max_eigenvalue(parameter_sample, compiled_model, ...)

Sample one set of staturations using theano complied functions

calc_parameters(saturations, compiled_model, ...[, ...])

8.1.1.6.1.10.2. Module Contents

skimpy.calc_max_eigenvalue(parameter_sample, compiled_model, concentration_dict, flux_dict)

Sample one set of staturations using theano complied functions :param compiled_model: :param concentration_dict: :param flux_dict: :return:

skimpy.calc_parameters(saturations, compiled_model, concentration_dict, flux_dict, parameters_to_resample=None, fixed_parameters=None)