Skip to content

Commit

Permalink
stupendous
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlogic committed Nov 30, 2024
1 parent 7b24272 commit b4b1f5a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,11 @@ @Article{harmonicProbabilisticApproachesToTheRiemannHypothesis
volume = {30},
pages = {906-915},
publisher = {Taylor & Francis},
number = {5}}
number = {5}}

@Article{stochasticProcessesFourierTransforms,
author = {Hannu Niemi},
title = {Stochastic processes as Fourier transforms of stochastic measures},
year = {1975},
journal = {Annales Fennici Mathematici},
number = {591}}
8 changes: 8 additions & 0 deletions src/main/java/arb/documentation/Bibliography.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
public class Bibliography extends
AbstractBibliography
{
public static Article stochasticProcessesFourierTransforms =
new Article("Stochastic processes as Fourier transforms of stochastic measures",
"Hannu Niemi",
"1975",
"Annales Fennici Mathematici",
null,
null).setNumber("591");

public static Article harmonicProbabilisticApproachesToTheRiemannHypothesis =
new Article("Harmonic and Probabilistic Approaches to Zeros of Riemann's Zeta Function",
"M. M. Rao",
Expand Down

0 comments on commit b4b1f5a

Please sign in to comment.