Fitting values to a Binomial Distribution with Julia If you are interested in a binomial distribution over a finite set of non-integer values, I think the best alternative would be to map your data to unique integers and fit the distribution on them Secondly, there is no MLE in terms of sufficient statistics for the size parameter of the binomial distribution (it is an exponential family only over p , not N )
Julia Linear Regression - Stack Overflow I was trying to fit a linear regression in Julia I have a data frame with 10 columns The first 9 columns are the predictors I call it X and the last column is the response variable I call it Y I
How to plot a best fit curve in Julia when the data is a time series . . . I'm trying to plot some measurements over time with a best-fit curve, using Julia's plotting tools There's already a fairly good answer how to do this with a simple numeric data series: Julia: How to find best fit curve equation when I have a plot? However, these tools (well - at least the Polynomials package) do not like being given Date
How to plot StatsBase. Histogram object in Julia? I want to make a plot of this but i am new to plotting in Julia The object returned is a StatsBase Histogram which has the following as its inner fields: StatsBase Histogram{Int64,1,Tuple{FloatRange{Float64}}} edges: 0 0:500 0:6000 0 weights: [79143,57,32,17,13,4,4,3,3,2,1,1] closed: right