Benjamin Deonovic

Results 23 issues of Benjamin Deonovic

Work in place for AD. Place for discussion and testing.

The python MCMC implementation PyMC has various ways that traces of parameter iterations can be stored including: - ram (default. This is the only option currently in Mamba) - no_trace...

Not sure where to post this. Over at the Tk package we want to get Travis testing working. Tk package needs libraries tk and tcl. Most recent versions of this...

An implementation of Max Flow and Min st cut with test/example and documentation. Coincidently someone was requesting this just recently: https://github.com/JuliaLang/Graphs.jl/issues/202 (I beat you to it @pranavtbhat!)

This package looks great! I didn't dig too deep yet, but I was wondering if it was possible to draw the evolution of a line plot over time (I have...

``` julia julia> using BioSeq ERROR: LoadError: LoadError: syntax: function static parameter names not unique in include at ./boot.jl:254 in include_from_node1 at ./loading.jl:264 in include at ./boot.jl:254 in include_from_node1 at...

Why is there spacing between the bars in groupedbar when I have multiple groups (split out by layout). See MWE: ```julia using DataFrames using Plots using StatsPlots df = DataFrame(x...

What is involved in putting a package into JuliaStats? Who has administrative privileges?

I wanted to run a parallel nested for loop. In the docs it shows how you can do a nested for loop into a single outer loop: ``` julia for...