LoadError: MethodError: objects of type Float64 are not callable

This is probably the issue. beta_bar is a number, but you’re trying to call it like a function.

2 Likes