Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "pepl"

Title:Parameter estimation for SLP with the Failure Adjusted Maximisation algorithm.
Rating:Not rated. Create the first rating!
Latest version:2.3
SHA1 sum:9825974abc2a00d44aaed431d69919675f191eb0
Author:Nicos Angelopoulos http://stoics.org.uk/~nicos
Maintainer:Nicos Angelopoulos http://stoics.org.uk/~nicos
Packager:Nicos Angelopoulos http://stoics.org.uk/~nicos
Home page:http://stoics.org.uk/~nicos/sware/pepl
Download URL:http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-*.tgz

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
2.0.0fafcfb6d5a3ad61a47b18f6eb2605994e65ab7331http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.0.tgz
2.0.2ee6f065550ee3700769d9beb984a466bedc01ab72http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.2.tgz
2.0.4241284f41c0a6fcc8060fa99e2649f4b850bff182http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.4.tgz
2.0.61d7c37adac097f817d8cc63d3f3195c6de8b8bbb8http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.6.tgz
2.13f05a9ae71d2db3ecef0542797f954e83ae2bc0413http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.1.tgz
2.25cfe6ed72c0b3f987b6a644f854d0948fcf2cb436http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.2.tgz
2.39825974abc2a00d44aaed431d69919675f191eb02https://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.3.tgz
  1. Licence

    This software is distributed under the MIT licence.

  2. Introduction

    These programs (Pepl) implement and demonstrate parameter estimation (PE) in SLPs, using the FAM algorithm. For more information on how to use these programs see, doc/user_guide.ps.gz. In doc/pfam.ps.gz are some reading notes on the implementation of the FAM algorithm.

  3. Installation

    You most likely already done that. Pe-pl is distributed as Prolog source code that can be run on the following Prolog systems:

    Yap (tested on 6.3)
                    http://www.dcc.fc.up.pt/~vsc/Yap
    Swi tested on 7.1.4.
                    http://www.swi-prolog.org/

    Older versions are known to run on:

    SICStus (last tested on 3.10, Pepl sources are now well out of date)
                    http://www.sics.se/isl/sicstus.html
    
    On Swi you can install with
            ?- pack_install( pepl ).
    
    On Yap simply download the latest sources from
            http://stoics.org.uk/~nicos/sware/pepl
    then gunzip and untar the downloaded file.
  4. Quick start.

    On SWI, start swipl, and

    [library(pepl)].

    [pack('pepl/examples/main')]

    main. main_store. main_sample. main_exact. (alias for main)

    On Yap, cd to the Pepl's examples directory start yap, and then

    [main]. main. main_store. main_sample. main_exact. (alias for main)

    See main_* files in examples/ for more examples and doc/ for documentation.

  5. Contact

    Nicos Angelopoulos, http://stoics.org.uk/~nicos

    London, February 2017

Contents of pack "pepl"

Pack contains 174 files holding a total of 629K bytes.