我愿将朱利亚功能的文件列入一本书(Pipynb档案)上:
?cc
说明:
ParseError:
# Error @ e:Julia ForksTimeSeries-Cepstral-Clusteringexampleexample.ipynb:1:1
? cc
╙ ── not a unary operator
Stacktrace:
[1] top-level scope
@ e:Julia ForksTimeSeries-Cepstral-Clusteringexampleexample.ipynb:1
或:
Docs.doc(cc)
说明:
ParseError: KaTeX parse error: No such environment: verbatim at position 7: egin{̲v̲e̲r̲b̲a̲t̲i̲m̲}̲ cc(series::Abs…
Calculate the cepstral coefficients of the AR(p) process for each asset in the series.
section{Arguments}egin{itemize} item exttt{series::AbstractMatrix}: a matrix of time series observations, with each row representing an asset and each column representing a time step.
item exttt{p::Int}: the order of the AR(p) process.
item exttt{n::Int}: the number of cepstral coefficients to calculate.
end{itemize} section{Returns}egin{itemize} item exttt{cc_vec::AbstractMatrix}: a matrix of cepstral coefficients, with each row representing an asset and each column representing a cepstral coefficient.
end{itemize}
这不是干净的! 任何更好的方式?