This is best illustrated with which questions a bayesian design is trying to answers vs a frequentist one .
To paraphrase a quote from a bayesian author i really like: āthe statistics wars are overā, yet the use cases where you choose one persist
ā¦assuming you are not in (many) common scenarious using uniform priors / and or copious amount of data 
In general:
-
A Bayesian wants to be able to provide direct inference on the parameters (or predictions) of the model by exploiting bayes rule.* This means we combine the prior and the likelihood to produce probability distributions for a quantity of interest. This allows us to say 'conditional on my model and the data I have seen, there is a 95 percent chance some value Iām interested in lives between [a,b].
-
For the Frequentist, the goal is to bound with some probability the number of times youād be āsurprisedā by the outcomes of an experiment. I.e.-they want to limit the number of times a confidence interval does not contain a true paramter value if you were to resample from the population and re-do the analysis.
Even Soā¦
Where it gets interesting is that, for many applications and for much of the theory where you might want to model somethingā bayes is 'āthe bigger mathematical constructā-and it turns out that many frequentist approaches are implicitly bayesian given your choice of prior.
Itās ALSO true thanks to well known theorems like Berstien Von mises, that the prior and likelihood functions become (basically) independent for large numbers of samples.
So at the end of the day, approaches might end up agreeing with one another (the confidence interval for a regression coefficient, for instance).
You were trying to make a point?
I probably left you with more questions than answers, but the main takeaway I wanted to leave you (at a very high level) was both schools try to answer different questions and are better understood not as mutually exclusive schools of thought, but as related ones.
As a caveat though, both do tend to struggle answering certain questions in various paradigms; but thatās the tldr. Thereās a lot of math stat/statistical information theory that unites them in a broad range of application (like sayā¦glms)
I do think the reason why bayesian approaches make sense is because the layperson naturally interprets statistical construct like a bayesian would phrase them. So in general across industry bayes is a better fit imo. If you work in certain industries, and have the cash by all means get freqqyyyy.
**For more information I highly reccomend Statistical Rethinking, Mcelreath and Frank Harrilās excellent books/talks/lectures. Thereās too many of the latter to list.
*** Also, to disclaim-I should mention that yes, there are legitimate mathematical differences and interpretations in the motivation of the schools that will turn up in some circumstances. My intention was to give a very high level. We can talk about the philosophy of probability and argue if it exists or not in another thread.