Which of the following methods from Python's scipy.stats submodule is used to calculate a confidence interval based on the Normal Distribution? Select one.
Note: st is from the import command import scipy.stats as st
a) st.t.confidence_interval
b) st.norm.normal
c) st.norm.interval
d) st.norm.confidence_interval