How to install statistics package in Octave(4.0.0) in Ubuntu 16.04?











up vote
5
down vote

favorite
1












I have tried >> pkg install -forge statistics , but it showed



error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18



What should I do now?










share|improve this question






















  • Did you install octave from the repo, or from source? if from the repo, you should be able to install the octave-statistics package the same way
    – steeldriver
    Jul 14 '17 at 12:28






  • 1




    I installed octave using [sudo apt install octave] .
    – Rangerix
    Aug 26 '17 at 11:29















up vote
5
down vote

favorite
1












I have tried >> pkg install -forge statistics , but it showed



error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18



What should I do now?










share|improve this question






















  • Did you install octave from the repo, or from source? if from the repo, you should be able to install the octave-statistics package the same way
    – steeldriver
    Jul 14 '17 at 12:28






  • 1




    I installed octave using [sudo apt install octave] .
    – Rangerix
    Aug 26 '17 at 11:29













up vote
5
down vote

favorite
1









up vote
5
down vote

favorite
1






1





I have tried >> pkg install -forge statistics , but it showed



error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18



What should I do now?










share|improve this question













I have tried >> pkg install -forge statistics , but it showed



error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18



What should I do now?







16.04 octave statistical






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 14 '17 at 7:37









Rangerix

14638




14638












  • Did you install octave from the repo, or from source? if from the repo, you should be able to install the octave-statistics package the same way
    – steeldriver
    Jul 14 '17 at 12:28






  • 1




    I installed octave using [sudo apt install octave] .
    – Rangerix
    Aug 26 '17 at 11:29


















  • Did you install octave from the repo, or from source? if from the repo, you should be able to install the octave-statistics package the same way
    – steeldriver
    Jul 14 '17 at 12:28






  • 1




    I installed octave using [sudo apt install octave] .
    – Rangerix
    Aug 26 '17 at 11:29
















Did you install octave from the repo, or from source? if from the repo, you should be able to install the octave-statistics package the same way
– steeldriver
Jul 14 '17 at 12:28




Did you install octave from the repo, or from source? if from the repo, you should be able to install the octave-statistics package the same way
– steeldriver
Jul 14 '17 at 12:28




1




1




I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29




I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29










2 Answers
2






active

oldest

votes

















up vote
4
down vote













I installed octave the following way:



sudo apt-get install octave


Then I ran



sudo apt-get install octave-statistics


If you then want to use a function from the statistics package, you will have to use (from the octave prompt):



pkg load statistics


That worked fine for me on Ubuntu 18.04






share|improve this answer






























    up vote
    0
    down vote













    You should first install io: enter



    pkg install -forge io


    on the octave command line.



    Then install the statistics package and when you want to use it enter



    pkg load statistics


    to load it.






    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f936022%2fhow-to-install-statistics-package-in-octave4-0-0-in-ubuntu-16-04%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      4
      down vote













      I installed octave the following way:



      sudo apt-get install octave


      Then I ran



      sudo apt-get install octave-statistics


      If you then want to use a function from the statistics package, you will have to use (from the octave prompt):



      pkg load statistics


      That worked fine for me on Ubuntu 18.04






      share|improve this answer



























        up vote
        4
        down vote













        I installed octave the following way:



        sudo apt-get install octave


        Then I ran



        sudo apt-get install octave-statistics


        If you then want to use a function from the statistics package, you will have to use (from the octave prompt):



        pkg load statistics


        That worked fine for me on Ubuntu 18.04






        share|improve this answer

























          up vote
          4
          down vote










          up vote
          4
          down vote









          I installed octave the following way:



          sudo apt-get install octave


          Then I ran



          sudo apt-get install octave-statistics


          If you then want to use a function from the statistics package, you will have to use (from the octave prompt):



          pkg load statistics


          That worked fine for me on Ubuntu 18.04






          share|improve this answer














          I installed octave the following way:



          sudo apt-get install octave


          Then I ran



          sudo apt-get install octave-statistics


          If you then want to use a function from the statistics package, you will have to use (from the octave prompt):



          pkg load statistics


          That worked fine for me on Ubuntu 18.04







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 59 mins ago

























          answered Aug 22 at 19:14









          Cleb

          16619




          16619
























              up vote
              0
              down vote













              You should first install io: enter



              pkg install -forge io


              on the octave command line.



              Then install the statistics package and when you want to use it enter



              pkg load statistics


              to load it.






              share|improve this answer

























                up vote
                0
                down vote













                You should first install io: enter



                pkg install -forge io


                on the octave command line.



                Then install the statistics package and when you want to use it enter



                pkg load statistics


                to load it.






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  You should first install io: enter



                  pkg install -forge io


                  on the octave command line.



                  Then install the statistics package and when you want to use it enter



                  pkg load statistics


                  to load it.






                  share|improve this answer












                  You should first install io: enter



                  pkg install -forge io


                  on the octave command line.



                  Then install the statistics package and when you want to use it enter



                  pkg load statistics


                  to load it.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 18 '17 at 14:37









                  ksyrium

                  8115




                  8115






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f936022%2fhow-to-install-statistics-package-in-octave4-0-0-in-ubuntu-16-04%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How did Captain America manage to do this?

                      迪纳利

                      南乌拉尔铁路局