Working through the Chapter 1 tutorials and I get ``` AttributeError: 'Analysis' object has no attribute 'log_likelihood_cap' ``` Is this an attribute that I should be creating in my `Analysis` class?
Working through the Chapter 1 tutorials and I get
Is this an attribute that I should be creating in my
Analysisclass?