Questions tagged [arch]

arch is the Python package that contains routines to fit univariate volatility models, bootstrapping, multiple comparison procedures, and unit root tests. This tag is to be used for questions that use the arch package.

159 questions
0
votes
1 answer

Install old gitkraken version (5.0.4 from Antergos `pkg.tar.gz` file) on Ubuntu mate 22.04

I had the 4.2 version of gitkraken on my ubuntu mate 18.04. Yesterday I switched to ubuntu mate 22.04 and I couldn't be able to install the 4.2 version from the old .deb package I had. I found this discussion How to install the old Gitkraken using…
0
votes
0 answers

Docker do not link virtual interfaces to virtual network(bridge)

When create and start my all instances everything looks fine but even though do routing properly, my instances still cannot communicate each others. I have use this this command for each instance. ip link set master eg ip link…
0
votes
0 answers

Testing a trading system on bootstrap samples using Arch library in python

I am trying to test a hypothesis on outperformance of a trading strategy over the buy and hold. I have original data's returns containing 1261 observations as a sample to be used for bootstrap. I want to know if I have applied it correctly. def…
0
votes
0 answers

docker is not running as rootless

i had install docker on arch Manjaro had try sudo usermod -aG docker $USER it is added to the user id arch uid=1000(arch) gid=1001(arch) groups=1001(arch),998(wheel),991(lp),3(sys),90(network),98(power),1000(autologin),962(docker) docker ps Cannot…
0
votes
0 answers

-delay flag doesn't seem to be doing anything with graphicsmagick convert command

i've been using image magick for a while. and i've had it it just flood my ram too much for my use case which is usually just making animated gifs from a sequence of pngs or adjust the delay of an existing gif into another gif i saw this alternative…
0
votes
1 answer

Arch Linux not booting (Maybe related to not having left space for root)

I commited an error during my Arch Linux install that I don't know how to remedy, so I just sticked with it these months. I gave just ~35GB of storage space for the root partition. This caused that for the last few months my PC have been warning…
Alex
  • 95
  • 1
  • 4
0
votes
1 answer

Problem with opening floating window in i3wm: alacritty

I have recently switched from unmaintained termite to alacritty as a terminal in arch. So far so good - I am quite happy with the features and the switch so far. However, I have one weird problem: alacritty will not open as a floating window. This…
mor3dr3ad
  • 131
  • 2
  • 11
0
votes
1 answer

Unable to start debugging. The value of miDebuggerPath is invalid

I keep getting the Unable to start debugging. The value of miDebuggerPath is invalid error in vs-code when trying to run my hello world c program. I was suggested to run sudo pacman -S gdp however that returns an error: error: target not found:…
excal.rs
  • 43
  • 8
0
votes
0 answers

Understanding application of GARCH

I have a time series prediction and my residual is heteroscedastic. Can i apply GARCH model to predict volatility of residual and then add that to my original time series prediction? Will that improve overall forecasting of my time series?
0
votes
1 answer

How to turn text labels in Chronosys LaTeX

I need to turn for 45º my text in my timeline in LaTeX: \documentclass[a4paper,12pt]{article} \usepackage{chronology} \usepackage{chronosys} \begin{document} \startchronology \chronoevent{1982}{ARCH $\Rightarrow$ \newline Robert…
0
votes
1 answer

NeoVim terminal plugins don't work after arch/manjaro update

recently I had a system update on my manjaro system. Generally I don't do system updates (not just because in linux they are generally unecessary but also because of things like these), and my plugin to emulate the bash terminal in vim just stopped…
Healer_hg
  • 3
  • 3
0
votes
1 answer

picom transparency doesn't apply to alacritty (bspwm)

I have a fresh install of arch linux and am currently trying to theme the terminal (alacritty) and the transparency when I set it in ~/.config/picom/picom.conf never applies when I sudo pkill picom then sudo picom --experimental-backends -b any help…
mmad
  • 1
  • 1
  • 1
0
votes
1 answer

what is raylib required libraries in arch linux instead of mesa and

How to install raylib required libraries in the arch. All required libraries are for Debian. what are raylib required libraries for arch? I installed raylib and created a CMakeLists.txt file for creating an executable file after running cmake and…
Dev Land
  • 1
  • 2
0
votes
1 answer

Problem to install (compile) PHP 7.2.34 from ASDF in Arch Linux on Windows WSL 2.0

I´m trying to configure a develop environment in Arch Linux on Windows WSL 2.0. The Arch configuration I followed from Akita On Rails in this guide-tutorial (pt-br) video: O Melhor Setup Dev com Arch e WSL2 (The best dev setup with Arch and WSL2) So…
Rod Limao
  • 3
  • 3
0
votes
1 answer

Why does my JAVA_HOME point to jre instead of jdk?

I want to compile a project on my manjaro system using mvn and every time I get this error: The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK, not…